BFLogLevel Constants Reference

Declared in BugfenderSDK.h

BFLogLevel

Exception thrown when calling any BFLog method without having activated previously the Bugfender interface.

Definition

typedef NS_ENUM(NSUInteger, BFLogLevel ) {
   BFLogLevelDefault = 0,
   BFLogLevelWarning = 1,
   BFLogLevelError = 2,
};

Constants

BFLogLevelDefault

Exception thrown when calling any BFLog method without having activated previously the Bugfender interface.

Declared In BugfenderSDK.h.

BFLogLevelWarning

Exception thrown when calling any BFLog method without having activated previously the Bugfender interface.

Declared In BugfenderSDK.h.

BFLogLevelError

Exception thrown when calling any BFLog method without having activated previously the Bugfender interface.

Declared In BugfenderSDK.h.

Declared In

BugfenderSDK.h