configureForRuntime method
Configure this plugin for use in a dart_eval Runtime.
Implementation
@override
void configureForRuntime(Runtime runtime) {
$Level.configureForRuntime(runtime);
$LogRecord.configureForRuntime(runtime);
$Logger.configureForRuntime(runtime);
}