$root static method
Wrapper for the Logger.root getter
Implementation
static $Value? $root(Runtime runtime, $Value? target, List<$Value?> args) {
final value = Logger.root;
return $Logger.wrap(value);
}
Wrapper for the Logger.root getter
static $Value? $root(Runtime runtime, $Value? target, List<$Value?> args) {
final value = Logger.root;
return $Logger.wrap(value);
}