LogLevelEnum enum

Inheritance

Constructors

LogLevelEnum()
const

Values

V2TIM_LOG_NONE → const LogLevelEnum

无日志

V2TIM_NULL → const LogLevelEnum

dart枚举站位,不可使用

V2TIM_LOG_ALL → const LogLevelEnum

全量日志

V2TIM_LOG_DEBUG → const LogLevelEnum

输出 DEBUG,INFO,WARNING,ERROR 级别的 log

V2TIM_LOG_INFO → const LogLevelEnum

输出 INFO,WARNING,ERROR 级别的 log 3

V2TIM_LOG_WARN → const LogLevelEnum

输出 WARNING,ERROR 级别的 log 4

V2TIM_LOG_ERROR → const LogLevelEnum

输出 ERROR 级别的 log 5

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