getHandlers method
Gets the handlers for a specific channel.
Implementation
List<LogHandler> getHandlers(String channel) {
return List.unmodifiable(_channels[channel] ?? []);
}
Gets the handlers for a specific channel.
List<LogHandler> getHandlers(String channel) {
return List.unmodifiable(_channels[channel] ?? []);
}