TVILogLevel Constants Reference

Declared in TVIVideoClient.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 TVIVideoClient.h.

TVILogLevelFatal

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

Declared In TVIVideoClient.h.

TVILogLevelError

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

Declared In TVIVideoClient.h.

TVILogLevelWarning

Log warning events that may indicate potentially harmful situations.

Declared In TVIVideoClient.h.

TVILogLevelInfo

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

Declared In TVIVideoClient.h.

TVILogLevelDebug

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

Declared In TVIVideoClient.h.

TVILogLevelTrace

Log finer-grained informational events than the debug.

Declared In TVIVideoClient.h.

TVILogLevelAll

Turn on all logging.

Declared In TVIVideoClient.h.

Declared In

TVIVideoClient.h