LoggingConfig class
- Annotations
Constructors
Properties
- enabled → bool
-
final
- enableDevToolsJson → bool
-
final
- enablePrettyLogs → bool
-
final
- formatter → PrettyLogFormatter
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- lineLength → int
-
final
- minimumLevel → LogLevel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showBorders → bool
-
final
- showColors → bool
-
final
- showEmojis → bool
-
final
- showTimestamp → bool
-
final
Methods
-
copyWith(
{bool? enablePrettyLogs, bool? showEmojis, bool? showTimestamp, bool? showColors, bool? showBorders, int? lineLength, LogLevel? minimumLevel, bool? enabled, bool? enableDevToolsJson}) → LoggingConfig -
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.
override