getLogger

abstract fun getLogger(kClass: KClass<*>): Logger

Returns a Logger associated with the specified kClass.

Return

The Logger instance.

Parameters

kClass

The Kotlin class for which a logger should be returned.