LogUtils

object LogUtils

An util class that used for logcat in debug mode.

Functions

d
Link copied to clipboard
fun d(tag: String, msg: String)
e
Link copied to clipboard
fun e(tag: String, msg: String)
fun e(tag: String, msg: String, throwable: Throwable)
i
Link copied to clipboard
fun i(tag: String, msg: String)
setDebugMode
Link copied to clipboard
fun setDebugMode(isDebugMode: Boolean): Boolean
Sets debug mode.
v
Link copied to clipboard
fun v(tag: String, msg: String)
w
Link copied to clipboard
fun w(tag: String, msg: String)
fun w(tag: String, msg: String, throwable: Throwable)