TVOLogLevel Constants Reference
| Declared in | TwilioVoice.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
TwilioVoice.h. TVOLogLevelFatal-
Show very severe errors only.
Declared In
TwilioVoice.h. TVOLogLevelError-
Show errors only.
Declared In
TwilioVoice.h. TVOLogLevelWarning-
Show warnings as well as all Error log messages.
Declared In
TwilioVoice.h. TVOLogLevelInfo-
Show informational messages as well as all Warn log messages.
Declared In
TwilioVoice.h. TVOLogLevelDebug-
Show debugging messages as well as all Info log messages.
Declared In
TwilioVoice.h. TVOLogLevelTrace-
Show low-level debugging messages as well as all Debug log messages.
Declared In
TwilioVoice.h. TVOLogLevelAll-
Show all logging.
Declared In
TwilioVoice.h.
Declared In
TwilioVoice.h