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