Logger
public protocol Logger
A protocol for logging in the SDK.
Since
1.2.0-
log a message.
Since
1.2.0Declaration
Swift
func log(message: LogMessage)Parameters
messagethe mesage to be logged
Return Value
Void
View on GitHub