onLogConfig method

  1. @override
void onLogConfig(
  1. LogConfig logConfig
)
override

Implementation

@override
void onLogConfig(LogConfig logConfig) {
  RunnerFactory.global
      .addIsolateInitializerParam(_configureLoggingIsolate, logConfig);
}