IOTVLogProvider
@objc
public protocol IOTVLogProvider : NSObjectProtocol
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.
Declaration
Swift
func logProvider(xLog: String)
Parameters
xLog
log message