SdkLogger

interface SdkLogger

Inheritors

Functions

Link copied to clipboard
abstract fun debug(tag: String, msg: String)
Link copied to clipboard
abstract fun error(tag: String, msg: String, throwable: Throwable? = null)
Link copied to clipboard
abstract fun info(tag: String, msg: String)
Link copied to clipboard
abstract fun warn(tag: String, msg: String)