debug

fun debug(message: String = "", throwable: Throwable? = null, tag: String = "")
fun debug(throwable: Throwable? = null, tag: String = "", message: () -> String)