LogLevel class Enums
日志等级
Constructors
- LogLevel()
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- V2TIM_LOG_DEBUG → const int
-
输出 DEBUG,INFO,WARNING,ERROR 级别的 log
3
- V2TIM_LOG_ERROR → const int
-
输出 ERROR 级别的 log
6
- V2TIM_LOG_INFO → const int
-
输出 INFO,WARNING,ERROR 级别的 log
4
- V2TIM_LOG_NONE → const int
-
不输出任何 sdk log
0
- V2TIM_LOG_WARN → const int
-
输出 WARNING,ERROR 级别的 log
5