TRLogLevel class

Defines logging severity levels.

Follows the levels from package:logging.

Constructors

TRLogLevel(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 <(TRLogLevel other) bool
operator <=(TRLogLevel other) bool
operator ==(Object other) bool
The equality operator.
inherited

Constants

EnableTRLog → const bool
Enables logging.
error → const TRLogLevel
Error messages
FINE → const TRLogLevel
fine → const TRLogLevel
Fine-grained tracing
INFO → const TRLogLevel
info → const TRLogLevel
Informational messages
OFF → const TRLogLevel
off → const TRLogLevel
Disables logging.
SEVERE → const TRLogLevel
severe → const TRLogLevel
Serious failures
WARNING → const TRLogLevel
warning → const TRLogLevel
Potential problems