SimpleConsoleFormatterOptions class
Options for the built-in simple console log formatter.
- Inheritance
-
- Object
- ConsoleFormatterOptions
- SimpleConsoleFormatterOptions
Constructors
- SimpleConsoleFormatterOptions()
- Creates a new instance of SimpleConsoleFormatterOptions.
Properties
- colorBehavior ↔ LoggerColorBehavior
-
Describes when to use color when logging messages.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- includeScopes ↔ bool
-
Gets or sets a value that indicates whether scopes are included.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- singleLine ↔ bool
-
Indicates whether the entire message is logged in a single line.
getter/setter pair
- timestampFormat ↔ String?
-
Gets or sets the format string used to format timestamp in logging
messages.
getter/setter pairinherited
- useUtcTimestamp ↔ bool
-
Gets or sets a value that indicates whether or not UTC timezone should be
used to format timestamps.
getter/setter pairinherited
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