TWCLogLevel Constants Reference

Declared in TwilioConversationsClient.h

TWCLogLevel

@enum Different logging levels.

Definition

typedef NS_ENUM(NSUInteger, TWCLogLevel ) {
   TWCLogLevelDisabled = 0,
   TWCLogLevelError = 3,
   TWCLogLevelWarning = 4,
   TWCLogLevelInfo = 6,
   TWCLogLevelDebug = 7,
   TWCLogLevelVerbose = 8,
};

Constants

TWCLogLevelDisabled

Off

Declared In TwilioConversationsClient.h.

TWCLogLevelError

Error

Declared In TwilioConversationsClient.h.

TWCLogLevelWarning

Warning

Declared In TwilioConversationsClient.h.

TWCLogLevelInfo

Info

Declared In TwilioConversationsClient.h.

TWCLogLevelDebug

Debug

Declared In TwilioConversationsClient.h.

TWCLogLevelVerbose

Trace

Declared In TwilioConversationsClient.h.

Declared In

TwilioConversationsClient.h