LoggingConfig class

Constructors

LoggingConfig({required bool enabled, required bool errorsOnly, required Level level, required Map<String, dynamic> extraFields, required List<String> requestHeaders, required bool includeStackTraces, required LoggingFormatConfig format, required Map<String, LoggingChannelConfig> channels, String? defaultChannel})

Properties

channels Map<String, LoggingChannelConfig>
final
defaultChannel String?
final
enabled bool
final
errorsOnly bool
final
extraFields Map<String, dynamic>
final
format LoggingFormatConfig
final
hashCode int
The hash code for this object.
no setterinherited
includeStackTraces bool
final
level → Level
final
logSuccess bool
no setter
requestHeaders List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited