TRLogLevel class
Defines logging severity levels.
Follows the levels from package:logging.
Constructors
- TRLogLevel(String name, int value)
-
const
Properties
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