Logger

interface Logger

Implement the Logger interface to get the logs as per the requirement

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun log(tag: String? = TAG, msg: String? = "", tr: Throwable? = null, type: LogType = LogType.DEBUG)

Log the message and delegate as per the implementation