ditto / live.ditto / DittoLogCallback

DittoLogCallback

interface DittoLogCallback

Typically this will only be used if interacting with the SDK from Java. You can call setCustomLogCallback with an object that implements this interface.

Functions

log

abstract fun log(logLevel: <ERROR CLASS>, message: String): Unit