LoggingProvider

interface LoggingProvider

A service that provides Logger instances for given classes.

Inheritors

Functions

Link copied to clipboard
abstract fun getLogger(kClass: KClass<*>): Logger

Returns a Logger associated with the specified kClass.