LogConfig class

The configuration of the logger.

Constructors

LogConfig({LogLevel? baseLevel, LogOutput? output, LogColor? color, bool printLog = true})
Returns the new instance of LogConfig.

Properties

baseLevel LogLevel?
The base log level
final
color LogColor?
The custom log color
final
hashCode int
The hash code for this object.
no setterinherited
output → LogOutput?
The custom log output
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