AWSIoTLogTargetConfiguration
Objective-C
@interface AWSIoTLogTargetConfiguration
Swift
class AWSIoTLogTargetConfiguration
The target configuration.
-
The logging level.
Declaration
Objective-C
@property (nonatomic) AWSIoTLogLevel logLevel;Swift
var logLevel: AWSIoTLogLevel { get set } -
A log target
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTLogTarget *_Nullable logTarget;Swift
var logTarget: AWSIoTLogTarget? { get set }
View on GitHub
Install in Dash
AWSIoTLogTargetConfiguration Class Reference