timberkt / com.github.ajalt.timberkt / Timber / i

i

@JvmStatic 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

@JvmStatic inline fun i(t: Throwable?): Unit