JsonConsoleFormatterOptions class
Options for the built-in JSON console log formatter.
- Inheritance
-
- Object
- ConsoleFormatterOptions
- JsonConsoleFormatterOptions
Constructors
- JsonConsoleFormatterOptions()
- Creates a new instance of JsonConsoleFormatterOptions.
Properties
- 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
- timestampFormat ↔ String?
-
Gets or sets the format string used to format timestamp in logging
messages.
getter/setter pairinherited
- useJsonIndentation ↔ bool
-
Gets or sets the JSON writer options.
getter/setter pair
- 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