Level class
Logging levels, these have a 1:1 mapping with the levels from
package:logging
.
- Inheritance
-
- Object
- EnumClass
- Level
- Implemented types
Properties
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