WDWLogLevel Constants Reference
| Declared in | WDWPubDefinitions.h |
|---|
WDWLogLevel
Presents log levels available to developers within the WDW-SDK
Definition
typedef NS_ENUM(NSUInteger, WDWLogLevel ) {
WDWLogLevelNone = 0,
WDWLogLevelError,
WDWLogLevelWarning,
WDWLogLevelInfo,
};
Constants
WDWLogLevelNone-
No logs are produced by the WDW-SDK
Declared In
WDWPubDefinitions.h. WDWLogLevelError-
Only errors are logged
Declared In
WDWPubDefinitions.h. WDWLogLevelWarning-
Warnings and Errors are logged
Declared In
WDWPubDefinitions.h. WDWLogLevelInfo-
Internal information is logged as well as errors and warnings. You might want to provide these logs to Bosch when requesting technical support.
Declared In
WDWPubDefinitions.h.
Declared In
WDWPubDefinitions.h