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