Log

class Log(tag: String = "")

Custom class to log messages.

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