LogConnector

abstract class LogConnector

Types

LogLevel
Link copied to clipboard
enum LogLevel : Enum<LogConnector.LogLevel>

Functions

connect
Link copied to clipboard
fun connect()
disconnect
Link copied to clipboard
fun disconnect()
log
Link copied to clipboard
fun log(logLevel: LogConnector.LogLevel, message: String)
onLogReceived
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.

sendTelemetryLog
Link copied to clipboard
fun sendTelemetryLog(telemetryAppenderName: String)