V2TXLiveLogLevel enum
Log-level enumeration values
Values
- v2TXLiveLogLevelAll → const V2TXLiveLogLevel
-
Outputs logs for all levels
- v2TXLiveLogLevelDebug → const V2TXLiveLogLevel
-
Outputs DEBUG,INFO,WARNING,ERROR and FATAL level log
- v2TXLiveLogLevelInfo → const V2TXLiveLogLevel
-
Outputs INFO,WARNING,ERROR and FATAL level log
- V2TXLiveLogLevelWarning → const V2TXLiveLogLevel
-
Outputs WARNING,ERROR and FATAL level log
- v2TXLiveLogLevelError → const V2TXLiveLogLevel
-
Outputs ERROR and FATAL level log
- v2TXLiveLogLevelFatal → const V2TXLiveLogLevel
-
Outputs FATAL level log
- v2TXLiveLogLevelNULL → const V2TXLiveLogLevel
-
No SDK log is output
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.