timberkt / com.github.ajalt.timberkt / Timber / w

w

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

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

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