LogConfiguration class

Constructors

LogConfiguration({LogLevel? level, LogFilter? filter, LogPrinter? printer, LogOutput? output, LogColor? color, bool printLog = true})
Returns the new instance of LogConfiguration.

Properties

color LogColor?
The custom log color
final
filter LogFilter?
The custom log filter
final
hashCode int
The hash code for this object.
no setterinherited
level LogLevel?
The log level
final
output → LogOutput?
The custom log output
final
printer → LogPrinter?
The custom log printer
final
printLog bool
The flag represents this logger should print log or not
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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