LogLevel class
- Implemented types
-
- Comparable<
Level>
- Comparable<
Properties
- color → String
-
no setter
- 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
- value → int
-
Unique value for this level. Used to order levels, so filtering can
exclude messages whose level is under certain value.
finalinherited
Methods
-
compareTo(
Level other) → int -
Compares this object to another object.
inherited
-
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 -
inherited
-
operator <=(
Level other) → bool -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator >(
Level other) → bool -
inherited
-
operator >=(
Level other) → bool -
inherited
Constants
- ALL → const LogLevel
-
Special key to turn on logging for all levels (
value= 0). -
COLORS
→ const Map<
int, String> - CONFIG → const LogLevel
-
Key for static configuration messages (
value= 700). - FINE → const LogLevel
-
Key for tracing information (
value= 500). - FINER → const LogLevel
-
Key for fairly detailed tracing (
value= 400). - FINEST → const LogLevel
-
Key for highly detailed tracing (
value= 300). -
ICONS
→ const Map<
int, String> - INFO → const LogLevel
-
Key for informational messages (
value= 800). -
LEVELS
→ const List<
LogLevel> - OFF → const LogLevel
-
Special key to turn off all logging (
value= 2000). - SEVERE → const LogLevel
-
Key for serious failures (
value= 1000). - SHOUT → const LogLevel
-
Key for extra debugging loudness (
value= 1200). - WARNING → const LogLevel
-
Key for potential problems (
value= 900).