SCPLogLevel
Objective-C
enum SCPLogLevel : NSUInteger {}
Swift
enum LogLevel : UInt, @unchecked Sendable
The various log levels for the SDK.
-
No logs will printed to the console.
Declaration
Objective-C
SCPLogLevelNone
Swift
case none = 0
-
Verbose logs will be printed to the console.
Declaration
Objective-C
SCPLogLevelVerbose
Swift
case verbose = 1