MimiLog

class MimiLog(tag: String = "")

Custom class to log messages.

Since

12.0.0 (moved to libcommon and renamed)

Constructors

Link copied to clipboard
constructor(tag: String = "")

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun d(msg: Any?, tr: Throwable? = null): LogMsg
Link copied to clipboard
fun e(msg: Any?, tr: Throwable? = null): LogMsg
Link copied to clipboard
fun i(msg: Any?, tr: Throwable? = null): LogMsg
Link copied to clipboard
fun v(msg: Any?, tr: Throwable? = null): LogMsg
Link copied to clipboard
fun w(msg: Any?, tr: Throwable? = null): LogMsg
Link copied to clipboard
fun wtf(msg: Any?, tr: Throwable? = null): LogMsg