Log

object Log

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun d(msg: String, thr: Throwable? = null)
fun d(thr: Throwable, msg: String = "")
Link copied to clipboard
fun dx(msg: String, thr: Throwable? = null)
fun dx(thr: Throwable, msg: String = "")
Link copied to clipboard
fun e(msg: String, thr: Throwable? = null)
fun e(thr: Throwable, msg: String = "")
Link copied to clipboard
fun ex(msg: String, thr: Throwable? = null)
fun ex(thr: Throwable, msg: String = "")
Link copied to clipboard
fun i(msg: String, thr: Throwable? = null)
fun i(thr: Throwable, msg: String = "")
Link copied to clipboard
fun ix(msg: String, thr: Throwable? = null)
fun ix(thr: Throwable, msg: String = "")
Link copied to clipboard
fun w(msg: String, thr: Throwable? = null)
fun w(thr: Throwable, msg: String = "")
Link copied to clipboard
fun wx(msg: String, thr: Throwable? = null)
fun wx(thr: Throwable, msg: String = "")