attachedLoggers property

Iterable<Logger> attachedLoggers

All attached Loggers in the system.

Loggers created with Logger.detached are not included.

Implementation

static Iterable<Logger> get attachedLoggers => _loggers.values;