SMLogLevel Constants Reference

Declared in SMLogType.h
Availability 2.0.0

SMLogLevel

Enum values for LogLevel

ERROR –> events that will presumably lead the application to abort WARNING –> potentially harmful situations INFO –> informational messages that highlight the progress of the application at coarse-grained level TRACE –> finer-grained informational events TRACE_WEBRTC –> enables webrtc sensitive logging

Definition

typedef NS_ENUM(NSInteger, SMLogLevel ) {
   ERROR,
   WARNING,
   INFO,
   TRACE,
   TRACE_WEBRTC,
};

Constants

ERROR

Events that will presumably lead the application to abort

Declared In SMLogType.h.

WARNING

Potentially harmful situations

Declared In SMLogType.h.

INFO

Informational messages that highlight the progress of the application at coarse-grained level

Declared In SMLogType.h.

TRACE

Finer-grained informational events

Declared In SMLogType.h.

TRACE_WEBRTC

Enables webrtc sensitive logging

Declared In SMLogType.h.

Availability

2.0.0

Declared In

SMLogType.h