LogLevel enum

Log levels for Authyra

Inheritance
Available extensions

Values

debug β†’ const LogLevel
const LogLevel(0, 'πŸ”', 'DEBUG')
info β†’ const LogLevel
const LogLevel(1, 'ℹ️', 'INFO')
warning β†’ const LogLevel
const LogLevel(2, '⚠️', 'WARNING')
error β†’ const LogLevel
const LogLevel(3, '❌', 'ERROR')

Properties

emoji β†’ String
final
hashCode β†’ int
The hash code for this object.
no setterinherited
index β†’ int
A numeric identifier for the enumerated value.
no setterinherited
label β†’ String
final
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
final

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

Constants

values β†’ const List<LogLevel>
A constant List of the values in this enum, in order of their declaration.