logger

fun <Error class: unknown class>.logger(sourceComponent: String): Logger

Get a Logger instance using the current LoggerProvider configured in this CoroutineContext

Parameters

sourceComponent

The name of the component to create a logger for


inline fun <T> <Error class: unknown class>.logger(): Logger

Get a Logger instance using the current LoggerProvider configured in this CoroutineContext

Parameters

T

The class to use for the name of the logger