Level class

Logging levels, these have a 1:1 mapping with the levels from package:logging.

Inheritance
Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(Level other) int
Compares this object to another object.
override
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 <(Level other) bool
operator <=(Level other) bool
operator ==(Object other) bool
The equality operator.
inherited
operator >(Level other) bool
operator >=(Level other) bool

Static Properties

serializer → Serializer<Level>
no setter
values → BuiltSet<Level>
no setter

Static Methods

valueOf(String name) Level

Constants

CONFIG → const Level
FINE → const Level
FINER → const Level
FINEST → const Level
INFO → const Level
SEVERE → const Level
SHOUT → const Level
WARNING → const Level