ConsoleLogLevel class

Logging level.

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Constants

DEBUG → const int
Debug logging level.
ERROR → const int
Error logging level.
FATAL → const int
Fatal logging level.
INFO → const int
Info logging level.
TRACE → const int
Trace logging level.
WARN → const int
Warn logging level.