AgoraLogFilterType 常量

Declared in AgoraStreamingKit.h

AgoraLogFilterType

日志输出的等级。

Definition

typedef NS_ENUM(NSUInteger, AgoraLogFilterType ) {
   LogFilterOff = 0,
   LogFilterDebug = 0 x080f,
   LogFilterInfo = 0 x000f,
   LogFilterWarn = 0 x000e,
   LogFilterError = 0 x000c,
   LogFilterCritical = 0 x0008,
};

Constants

LogFilterOff

0: 不输出任何日志信息。

Declared In AgoraStreamingKit.h.

LogFilterDebug

0x080f: 输出所有级别的日志信息。

Declared In AgoraStreamingKit.h.

LogFilterInfo

0x000f: 输出 CRITICAL、ERROR、WARNING 和 INFO 等级的日志信息。

Declared In AgoraStreamingKit.h.

LogFilterWarn

0x000e: 输出 CRITICAL、ERROR 和 WARNING 等级的日志信息。

Declared In AgoraStreamingKit.h.

LogFilterError

0x000c: 输出 CRITICAL 和 ERROR 等级的日志信息。

Declared In AgoraStreamingKit.h.

LogFilterCritical

0x0008: 输出 CRITICAL 等级的日志信息。

Declared In AgoraStreamingKit.h.

Declared In

AgoraStreamingKit.h