timberkt / com.github.ajalt.timberkt / v

v

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

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

inline fun v(t: Throwable?): Unit