LogLevel enum

All levels of logging.

Each level has its own unique prefix and icon.

Inheritance
Available extensions

Values

trace → const LogLevel
debug → const LogLevel
info → const LogLevel
analytic → const LogLevel
warning → const LogLevel
error → const LogLevel
fatal → const LogLevel

Properties

hashCode int
The hash code for this object.
no setterinherited
iconTag String

Available on LogLevel, provided by the LogLevelExtensions extension

Used to define a proper icon per LogLevel when a name is not preferred.
no setter
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
tag String

Available on LogLevel, provided by the LogLevelExtensions extension

no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
skipLog(LogLevel logLevel) bool
Decides whether to show the log based on the index of the LogLevel.
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.