CrispinLoggerLevel class

Logging levels conform to the severity ordering specified by RFC5424: severity of all levels is assumed to be numerically ascending from most important to least important.

Constructors

CrispinLoggerLevel()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

debug int
getter/setter pair
error int
getter/setter pair
http int
getter/setter pair
info int
getter/setter pair
silly int
getter/setter pair
verbose int
getter/setter pair
warn int
getter/setter pair

Static Methods

getFromName(String value) int
isValidName(String value) bool