log

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

Log the message and delegate as per the implementation

Parameters

tag

Used to identify the source of a log message

msg

The message to be logged

tr

An exception to log

type

Enum class with different log levels, Default - LogType.DEBUG