LogLevelEnum enum Null safety
Constants
- V2TIM_LOG_DEBUG → const LogLevelEnum
-
Output logs at the DEBUG, INFO, WARNING, and ERROR levels
const LogLevelEnum(1)
- V2TIM_LOG_ERROR → const LogLevelEnum
-
Output logs at the ERROR level
const LogLevelEnum(4)
- V2TIM_LOG_INFO → const LogLevelEnum
-
Output logs at the INFO, WARNING, and ERROR levels
const LogLevelEnum(2)
- V2TIM_LOG_NONE → const LogLevelEnum
-
const LogLevelEnum(0)
- V2TIM_LOG_WARN → const LogLevelEnum
-
Output logs at the WARNING and ERROR levels
const LogLevelEnum(3)
-
values
→ const List<
LogLevelEnum> -
A constant List of the values in this enum, in order of their declaration.
const List<
LogLevelEnum>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited