AZSLoggingOperation Constants Reference
Declared in | AZSEnums.h |
---|
AZSLoggingOperation
The types of operations the service should log.
Definition
typedef NS_OPTIONS(NSUInteger, AZSLoggingOperation ) {
AZSLoggingOperationNone = 0 x0,
AZSLoggingOperationRead = 0 x1 < < 0,
AZSLoggingOperationWrite = 0 x1 < < 1,
AZSLoggingOperationDelete = 0 x1 < < 2,
};
Constants
Declared In
AZSEnums.h