NERtcLogLevel class

日志级别

Constructors

NERtcLogLevel()

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

debug → const int
Debug 级别日志信息。如果你想获取最完整的日志,可以将日志级别设为该等级
detail_info → const int
Detail Info 级别日志信息
error → const int
Error 级别日志信息
fatal → const int
Fatal 级别日志信息
info → const int
Info 级别日志信息。默认级别
verbose → const int
Verbose 级别日志信息
warning → const int
Warning 级别日志信息