LogLevel enum

Log output level

日志输出级别。

Inheritance

Constructors

LogLevel()
const

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
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<LogLevel>
A constant List of the values in this enum, in order of their declaration.