LogLevel enum Null safety

Agora SDK 的日志输出等级。

Constants

Error → const LogLevel

输出 FatalError 级别的日志。

@JsonValue(0x0004)
const LogLevel(3)
Fatal → const LogLevel

输出 Fatal 级别的日志。

@JsonValue(0x0008)
const LogLevel(4)
Info → const LogLevel

(Default) (默认)输出 FatalErrorWarnInfo 级别的日志。 我们推荐你将日志级别设为该等级。

@JsonValue(0x0001)
const LogLevel(1)
None → const LogLevel

不输出任何日志。

@JsonValue(0x0000)
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

输出 FatalErrorWarn 级别的日志。

@JsonValue(0x0002)
const LogLevel(2)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
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
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited