ZTLogger

object ZTLogger

ZTLogger

Author

Alexandre Lemoult <a.lemoult@zhortech.com>

Types

Logger
Link copied to clipboard
interface Logger

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, t: Throwable?)
i
Link copied to clipboard
fun i(tag: String, msg: String)
v
Link copied to clipboard
fun v(tag: String, msg: String)
w
Link copied to clipboard
fun w(tag: String, msg: String)