timberkt / com.github.ajalt.timberkt / Timber / e

e

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

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

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