IOTVLogProvider
@protocol IOTVLogProvider <NSObject>
The IOTVLogProvider
protocol defines a method that allows application to receive the log message from SDK in production build.
-
This method is used by SDK to pass the log message to application. \param xLog log message
Declaration
Objective-C
- (void)logProviderWithXLog:(NSString *_Nonnull)xLog;