AgoraRtmLogFilter Constants Reference

Declared in AgoraRtmKit.h

AgoraRtmLogFilter

Log Filter types.

Definition

typedef NS_ENUM(NSInteger, AgoraRtmLogFilter ) {
   AgoraRtmLogFilterOff = 0,
   AgoraRtmLogFilterInfo = 0 x000f,
   AgoraRtmLogFilterWarn = 0 x000e,
   AgoraRtmLogFilterError = 0 x000c,
   AgoraRtmLogFilterCritical = 0 x0008,
   AgoraRtmLogFilterMask = 0 x80f,
};

Constants

AgoraRtmLogFilterOff

0: Do not output any log information.

Declared In AgoraRtmKit.h.

AgoraRtmLogFilterInfo

0x000f: Output CRITICAL, ERROR, WARNING, and INFO level log information.

Declared In AgoraRtmKit.h.

AgoraRtmLogFilterWarn

0x000e: Output CRITICAL, ERROR, and WARNING level log information.

Declared In AgoraRtmKit.h.

AgoraRtmLogFilterError

0x000c: Output CRITICAL and ERROR level log information.

Declared In AgoraRtmKit.h.

AgoraRtmLogFilterCritical

0x0008: Output CRITICAL level log information.

Declared In AgoraRtmKit.h.

AgoraRtmLogFilterMask

0x80f: RESERVED FOR FUTURE USE

Declared In AgoraRtmKit.h.

Declared In

AgoraRtmKit.h