TWCLogLevel Constants Reference
| Declared in | TwilioConversationsClient.h |
|---|
TWCLogLevel
Different logging levels.
Definition
typedef NS_ENUM(NSUInteger, TWCLogLevel ) {
TWCLogLevelOff = 0,
TWCLogLevelFatal,
TWCLogLevelError,
TWCLogLevelWarning,
TWCLogLevelInfo,
TWCLogLevelDebug,
TWCLogLevelTrace,
TWCLogLevelAll,
};
Constants
TWCLogLevelOff-
The OFF level has the highest possible rank and is intended to turn off logging.
Declared In
TwilioConversationsClient.h. TWCLogLevelFatal-
The FATAL level designates very severe error events that will presumably lead the application to abort.
Declared In
TwilioConversationsClient.h. TWCLogLevelError-
The ERROR level designates error events that might still allow the application to continue running.
Declared In
TwilioConversationsClient.h. TWCLogLevelWarning-
The WARNING level designates potentially harmful situations.
Declared In
TwilioConversationsClient.h. TWCLogLevelInfo-
The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
Declared In
TwilioConversationsClient.h. TWCLogLevelDebug-
The DEBUG Level designates fine-grained informational events that are most useful to debug an application.
Declared In
TwilioConversationsClient.h. TWCLogLevelTrace-
The TRACE Level designates finer-grained informational events than the DEBUG
Declared In
TwilioConversationsClient.h. TWCLogLevelAll-
The ALL level has the lowest possible rank and is intended to turn on all logging.
Declared In
TwilioConversationsClient.h.
Declared In
TwilioConversationsClient.h