defaultChannel property

String get defaultChannel

Gets the default logging channel from configuration.

Implementation

String get defaultChannel {
  return _config.get<String>('logging.default', 'app') ?? 'app';
}