timberkt / com.github.ajalt.timberkt / wtf

wtf

inline fun wtf(t: Throwable? = null, message: () -> String): Unit

Log an assert exception and a message that will be evaluated lazily when the message is printed

inline fun wtf(t: Throwable?): Unit