Level class

Levels to control logging output.

Constructors

Level(String name, int value)
const

Properties

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

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

INFO → const Level
Key for informational messages (value = 800).
SEVERE → const Level
Key for serious failures (value = 1000).
WARNING → const Level
Key for potential problems (value = 900).