Logger

interface Logger

Logs events from this SDK. This interface roughly matches the interface of Log.

Functions

Link copied to clipboard
abstract fun d(tag: String = "", msg: String, e: Exception? = null)
Link copied to clipboard
abstract fun e(tag: String = "", msg: String, e: Exception? = null)
Link copied to clipboard
abstract fun i(tag: String = "", msg: String, e: Exception? = null)
Link copied to clipboard
abstract fun v(tag: String = "", msg: String, e: Exception? = null)
Link copied to clipboard
abstract fun w(tag: String = "", msg: String, e: Exception? = null)