warnInlined

expect inline fun <ERROR CLASS>.warnInlined(message: LazyLogMessage)
expect inline fun <ERROR CLASS>.warnInlined(throwable: Throwable, message: LazyLogMessage)

Inline version of KLogger.warn so it can call suspend functions

actual inline fun <ERROR CLASS>.warnInlined(message: LazyLogMessage)
actual inline fun <ERROR CLASS>.warnInlined(throwable: Throwable, message: LazyLogMessage)

Inline version of KLogger.warn so it can call suspend functions