LogLevel enum
Agora SDK 的日志输出等级。
Constants
- Error → const LogLevel
-
输出
Fatal
和Error
级别的日志。@JsonValue(4)const LogLevel(3)
- Fatal → const LogLevel
-
输出
Fatal
级别的日志。@JsonValue(8)const LogLevel(4)
- Info → const LogLevel
-
(Default) (默认)输出
Fatal
、Error
、Warn
、Info
级别的日志。 我们推荐你将日志级别设为该等级。@JsonValue(1)const LogLevel(1)
- None → const LogLevel
-
不输出任何日志。
@JsonValue(0)const LogLevel(0)
-
values
→ const List<
LogLevel> -
A constant List of the values in this enum, in order of their declaration.
const List<
LogLevel> - Warn → const LogLevel
-
输出
Fatal
、Error
、Warn
级别的日志。@JsonValue(2)const LogLevel(2)
Properties
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited