handlers property

List<LogHandler> get handlers

Gets the configured log handlers (Legacy support).

Implementation

List<LogHandler> get handlers {
  return channels['app'] ?? [];
}