BVLogLevel Constants Reference
| Declared in | BVLogger.h | 
|---|
BVLogLevel
Values to set the log level for the shared BVLogger.
Definition
typedef NS_ENUM(NSUInteger, BVLogLevel ) {
                            
                               BVLogLevelNone = 0,
                            
                               BVLogLevelError = 1,
                            
                               BVLogLevelWarning = 2,
                            
                               BVLogLevelInfo = 3,
                            
                               BVLogLevelVerbose = 4,
                            
                               BVLogLevelAnalyticsOnly = 5,
                            
                            };
                    
                    Constants
BVLogLevelNone- 
No logging.
Declared In
BVLogger.h. BVLogLevelError- 
Log errors only. This is the default setting.
Declared In
BVLogger.h. BVLogLevelWarning- 
Logs errors and warnings only.
Declared In
BVLogger.h. BVLogLevelInfo- 
Logs errors, warnings, and info that may assist in tracing while debugging.
Declared In
BVLogger.h. BVLogLevelVerbose- 
Logs all info, errors, and warnings, including all API invocations and responeses.
Declared In
BVLogger.h. BVLogLevelAnalyticsOnly- 
Logs only condensed analytic event information
Declared In
BVLogger.h. 
Declared In
BVLogger.h