LogOptions class base

Options for the logger

Constructors

LogOptions.new({bool showTime = true, bool showEmoji = true, bool logInRelease = true, LoggerLevel level = LoggerLevel.info, LogFormatter? formatter})
const

Properties

formatter LogFormatter?
Formatter for the log message
final
hashCode int
The hash code for this object.
no setterinherited
level LoggerLevel
Log level
final
logInRelease bool
Whether to log in release mode
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showEmoji bool
Whether to show emoji
final
showTime bool
Whether to show time
final

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