SCAdLog
@interface SCAdLog : NSObject
                Use this class to enable loggings helping you with troubleshooting any kind of errorous behavior of SCTVOSSDK
- 
                  
                  
Check if logging is enabled
Declaration
Objective-C
@property (assign, readwrite, nonatomic, class) BOOL loggingEnabled; - 
                  
                  
Pass desired log level here.
Declaration
Objective-C
+ (void)setLogLevel:(LogLevel)level; 
        SCAdLog Class Reference