RCIMIWLogLevel enum

Inheritance
Available extensions

Values

none → const RCIMIWLogLevel

不输出任何日志

error → const RCIMIWLogLevel

只输出错误的日志

warn → const RCIMIWLogLevel

输出错误和警告的日志

info → const RCIMIWLogLevel

输出错误、警告和一般的日志

debug → const RCIMIWLogLevel

输出输出错误、警告和一般的日志以及debug日志

verbose → const RCIMIWLogLevel

输出所有日志

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