LogConnector

abstract class LogConnector

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun log(logLevel: LogConnector.LogLevel, message: String)
Link copied to clipboard
open fun onLogReceived(message: String, logLevel: LogConnector.LogLevel)

Callback method to receive log messages from SDK Note: Don't call super on this method.

Link copied to clipboard
fun sendTelemetryLog(telemetryAppenderName: String)