V2TXLiveLogLevel enum

日志级别枚举值

Inheritance

Constructors

V2TXLiveLogLevel()
const

Values

v2TXLiveLogLevelAll → const V2TXLiveLogLevel

输出所有级别的 log

v2TXLiveLogLevelDebug → const V2TXLiveLogLevel

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

v2TXLiveLogLevelInfo → const V2TXLiveLogLevel

输出 INFO,WARNING,ERROR 和 FATAL 级别的 log

V2TXLiveLogLevelWarning → const V2TXLiveLogLevel

只输出 WARNING,ERROR 和 FATAL 级别的 log

v2TXLiveLogLevelError → const V2TXLiveLogLevel

只输出 ERROR 和 FATAL 级别的 log

v2TXLiveLogLevelFatal → const V2TXLiveLogLevel

只输出 FATAL 级别的 log

v2TXLiveLogLevelNULL → const V2TXLiveLogLevel

不输出任何 sdk log

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