EventSeverity enum
Constants
- debug → const EventSeverity
-
@JsonValue('DEBUG')
const EventSeverity(1)
- error → const EventSeverity
-
@JsonValue('ERROR')
const EventSeverity(4)
- fatal → const EventSeverity
-
@JsonValue('FATAL')
const EventSeverity(5)
- info → const EventSeverity
-
@JsonValue('INFO')
const EventSeverity(2)
- trace → const EventSeverity
-
@JsonValue('TRACE')
const EventSeverity(0)
-
values
→ const List<
EventSeverity> -
A constant List of the values in this enum, in order of their declaration.
const List<
EventSeverity> - warn → const EventSeverity
-
@JsonValue('WARN')
const EventSeverity(3)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited