LogLevel class Enums
日志等级
Constructors
- LogLevel()
Properties
- hashCode → int
- 
  The hash code for this object.
  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
- V2TIM_LOG_DEBUG → const int
- 输出 DEBUG,INFO,WARNING,ERROR 级别的 log
- V2TIM_LOG_ERROR → const int
- 输出 ERROR 级别的 log
- V2TIM_LOG_INFO → const int
- 输出 INFO,WARNING,ERROR 级别的 log
- V2TIM_LOG_NONE → const int
- 不输出任何 sdk log
- V2TIM_LOG_WARN → const int
- 输出 WARNING,ERROR 级别的 log