SMILogging
Objective-C
@protocol SMILogging
Swift
protocol LoggingProtocol
Contains information about logging.
-
The logging level. Value set to
SMILoggingLevelNone
by default.Declaration
Objective-C
@property (class) SMILoggingLevel level;
Swift
static var level: LoggingLevel { get set }