LoggerLevel enum

Possible levels of logging

Inheritance
Implemented types
Available extensions

Values

error → const LoggerLevel

Error level

const LoggerLevel._(1000)
warning → const LoggerLevel

Warning level

const LoggerLevel._(800)
info → const LoggerLevel

Info level

const LoggerLevel._(600)
debug → const LoggerLevel

Debug level

const LoggerLevel._(400)
verbose → const LoggerLevel

Verbose level

const LoggerLevel._(200)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
Value of the level
final

Methods

compareTo(LoggerLevel 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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<LoggerLevel>
A constant List of the values in this enum, in order of their declaration.