LocalLogLevel enum

本地日志输出等级。

Inheritance

Constructors

LocalLogLevel()
const

Values

info → const LocalLogLevel

信息级别。

warning → const LocalLogLevel

警告级别(默认值)。

error → const LocalLogLevel

错误级别。

none → const LocalLogLevel

关闭日志。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<LocalLogLevel>
A constant List of the values in this enum, in order of their declaration.