AWSIoTLogLevel
Objective-C
NS_ENUM(NSInteger, AWSIoTLogLevel) {
AWSIoTLogLevelUnknown,
AWSIoTLogLevelDebug,
AWSIoTLogLevelInfo,
AWSIoTLogLevelError,
AWSIoTLogLevelWarn,
AWSIoTLogLevelDisabled,
}
Swift
enum AWSIoTLogLevel : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTLogLevelUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTLogLevelDebugSwift
case debug = 1 -
Undocumented
Declaration
Objective-C
AWSIoTLogLevelInfoSwift
case info = 2 -
Undocumented
Declaration
Objective-C
AWSIoTLogLevelErrorSwift
case error = 3 -
Undocumented
Declaration
Objective-C
AWSIoTLogLevelWarnSwift
case warn = 4 -
Undocumented
Declaration
Objective-C
AWSIoTLogLevelDisabledSwift
case disabled = 5
View on GitHub
Install in Dash
AWSIoTLogLevel Enumeration Reference