TVILogLevel Constants Reference

Declared in TwilioVideo.h

TVILogLevel

Different logging levels.

Definition

typedef NS_ENUM(NSUInteger, TVILogLevel ) {
   TVILogLevelOff = 0,
   TVILogLevelFatal,
   TVILogLevelError,
   TVILogLevelWarning,
   TVILogLevelInfo,
   TVILogLevelDebug,
   TVILogLevelTrace,
   TVILogLevelAll,
};

Constants

TVILogLevelOff

Turn off logging.

Declared In TwilioVideo.h.

TVILogLevelFatal

Log very severe error events that will presumably lead the application to abort.

Declared In TwilioVideo.h.

TVILogLevelError

Log error events that might still allow the application to continue running.

Declared In TwilioVideo.h.

TVILogLevelWarning

Log warning events that may indicate potentially harmful situations.

Declared In TwilioVideo.h.

TVILogLevelInfo

Log the progress of the application at coarse-grained level.

Declared In TwilioVideo.h.

TVILogLevelDebug

Log fine-grained informational events that are most useful to debug an application.

Declared In TwilioVideo.h.

TVILogLevelTrace

Log finer-grained informational events than the debug.

Declared In TwilioVideo.h.

TVILogLevelAll

Turn on all logging.

Declared In TwilioVideo.h.

Declared In

TwilioVideo.h