handlers property
List<LogHandler>
get
handlers
Gets the configured log handlers (Legacy support).
Implementation
List<LogHandler> get handlers {
return channels['app'] ?? [];
}
Gets the configured log handlers (Legacy support).
List<LogHandler> get handlers {
return channels['app'] ?? [];
}