Log

object Log

Functions

Link copied to clipboard
fun d(caller: Any?, message: String, throwable: Throwable? = null)
fun d(tag: String, message: String, throwable: Throwable? = null)
Link copied to clipboard
fun e(caller: Any?, throwable: Throwable? = null, message: String? = "")
fun e(tag: String, throwable: Throwable? = null, message: String? = "")
Link copied to clipboard
fun i(caller: Any?, message: String, throwable: Throwable? = null)
fun i(tag: String, message: String, throwable: Throwable? = null)
Link copied to clipboard
fun Any?.logDebug(message: String, throwable: Throwable? = null)
Link copied to clipboard
fun Any?.logError(throwable: Throwable? = null, message: String? = "")
Link copied to clipboard
fun Any?.logInfo(message: String, throwable: Throwable? = null)