@JvmStatic inline fun d(t: Throwable? = null, message: () -> String): Unit
Log a debug exception and a message that will be evaluated lazily when the message is printed
@JvmStatic inline fun d(t: Throwable?): Unit