infoInlined

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

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

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

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