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
SCPLogLevelNoneSwift
case none = 0 - 
                  
                  
Verbose logs will be printed to the console.
Declaration
Objective-C
SCPLogLevelVerboseSwift
case verbose = 1 
      SCPLogLevel Enumeration Reference