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
message
the mesage to be logged
Return Value
Void