V2TXLiveLogLevel enum
日志级别枚举值
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
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.
[v2TXLiveLogLevelAll, v2TXLiveLogLevelDebug, v2TXLiveLogLevelInfo, V2TXLiveLogLevelWarning, v2TXLiveLogLevelError, v2TXLiveLogLevelFatal, v2TXLiveLogLevelNULL]