PWLogType Constants Reference
| Declared in | PWLogMessage.h |
|---|
PWLogType
Definition
typedef NS_ENUM(NSUInteger, PWLogType ) {
PWLogTypeError,
PWLogTypeWarning,
PWLogTypeInfo,
PWLogTypeDebug,
};