SquadronLogLevel class

Log level constants, compatible with package:logging

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

Static Methods

getName(int logLevel) String
Gets the log level name

Constants

all → const int
Lowest log level
config → const int
Config log level
debug → const int
Debug log level
fine → const int
Fine log level
finer → const int
Finer log level
finest → const int
Finest log level
info → const int
Information log level
off → const int
No logging
severe → const int
Severe log level
shout → const int
Shout log level
warning → const int
Warning log level