Package dev. schlaubi. stdx. logging
Types
Functions
Link copied to clipboard
expect inline fun <ERROR CLASS>.debugInlined(throwable: Throwable, message: LazyLogMessage)
Content copied to clipboard
Inline version of KLogger.debug so it can call suspend functions
actual inline fun <ERROR CLASS>.debugInlined(throwable: Throwable, message: LazyLogMessage)
Content copied to clipboard
Inline version of KLogger.debug so it can call suspend functions
Link copied to clipboard
expect inline fun <ERROR CLASS>.errorInlined(throwable: Throwable, message: LazyLogMessage)
Content copied to clipboard
Inline version of KLogger.error so it can call suspend functions
actual inline fun <ERROR CLASS>.errorInlined(throwable: Throwable, message: LazyLogMessage)
Content copied to clipboard
Inline version of KLogger.error so it can call suspend functions
Link copied to clipboard
expect inline fun <ERROR CLASS>.infoInlined(throwable: Throwable, message: LazyLogMessage)
Content copied to clipboard
Inline version of KLogger.info so it can call suspend functions
actual inline fun <ERROR CLASS>.infoInlined(throwable: Throwable, message: LazyLogMessage)
Content copied to clipboard
Inline version of KLogger.info so it can call suspend functions
Link copied to clipboard
expect inline fun <ERROR CLASS>.traceInlined(throwable: Throwable, message: LazyLogMessage)
Content copied to clipboard
Inline version of KLogger.trace so it can call suspend functions
actual inline fun <ERROR CLASS>.traceInlined(throwable: Throwable, message: LazyLogMessage)
Content copied to clipboard
Inline version of KLogger.trace so it can call suspend functions
Link copied to clipboard
expect inline fun <ERROR CLASS>.warnInlined(throwable: Throwable, message: LazyLogMessage)
Content copied to clipboard
Inline version of KLogger.warn so it can call suspend functions
actual inline fun <ERROR CLASS>.warnInlined(throwable: Throwable, message: LazyLogMessage)
Content copied to clipboard
Inline version of KLogger.warn so it can call suspend functions