wtf

fun wtf(msg: String)
fun wtf(msg: () -> String)
fun wtf(throwable: Throwable, msg: () -> String)
fun wtf(throwable: Throwable, msg: String = "")
fun wtf(msg: String, vararg args: Any?)
fun wtf(throwable: Throwable, msg: String, vararg args: Any?)

Log a wtf message.