ConsoleFormatterOptions class

Base options class for console log formatters.

Implementers

Constructors

ConsoleFormatterOptions()
Creates a new instance of ConsoleFormatterOptions.

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 pair
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 pair
useUtcTimestamp bool
Gets or sets a value that indicates whether or not UTC timezone should be used to format timestamps.
getter/setter pair

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