TVOLogLevel Constants Reference

Declared in TVOLogParameters.h

TVOLogLevel

An enumeration indicating log levels that can be used with the SDK.

Definition

typedef NS_ENUM(NSUInteger, TVOLogLevel ) {
   TVOLogLevelOff = 0,
   TVOLogLevelFatal,
   TVOLogLevelError,
   TVOLogLevelWarning,
   TVOLogLevelInfo,
   TVOLogLevelDebug,
   TVOLogLevelTrace,
   TVOLogLevelAll,
};

Constants

TVOLogLevelOff

Disables all SDK logging.

Declared In TVOLogParameters.h.

TVOLogLevelFatal

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

Declared In TVOLogParameters.h.

TVOLogLevelError

Show errors only.

Declared In TVOLogParameters.h.

TVOLogLevelWarning

Show warnings as well as all Error log messages.

Declared In TVOLogParameters.h.

TVOLogLevelInfo

Show informational messages as well as all Warn log messages.

Declared In TVOLogParameters.h.

TVOLogLevelDebug

Show debugging messages as well as all Info log messages.

Declared In TVOLogParameters.h.

TVOLogLevelTrace

Show low-level debugging messages as well as all Debug log messages.

Declared In TVOLogParameters.h.

TVOLogLevelAll

Show all logging.

Declared In TVOLogParameters.h.

Declared In

TVOLogParameters.h