LogLevel enum
All levels of logging.
Each level has its own unique prefix and icon.
- Inheritance
- Available extensions
Values
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