LocalLogLevel enum
本地日志输出等级。
Values
- info → const LocalLogLevel
-
信息级别。
- warning → const LocalLogLevel
-
警告级别(默认值)。
- error → const LocalLogLevel
-
错误级别。
- none → const LocalLogLevel
-
关闭日志。
Properties
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<
LocalLogLevel> - A constant List of the values in this enum, in order of their declaration.