LogLevel enum
Log output level
日志输出级别。
Values
- Fatal → const LogLevel
-
Outputs FATAL level log information.
输出FATAL级别日志信息。
- Error → const LogLevel
-
Outputs FATAL and ERROR level log information.
输出FATAL和ERROR级别日志信息。
- Warning → const LogLevel
-
Outputs FATAL, ERROR and WARNING level log information.
输出FATAL、ERROR和WARNING级别日志信息。
- Info → const LogLevel
-
Outputs FATAL, ERROR, WARNING and INFO level log information.
输出FATAL、ERROR、WARNING和INFO级别日志信息。
- Verbose → const LogLevel
-
Outputs FATAL, ERROR, WARNING, INFO and VERBOSE level log information.
输出FATAL、ERROR、WARNING、INFO和VERBOSE级别日志信息。
- Debug → const LogLevel
-
Outputs all level log information.
输出所有级别日志信息。
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
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