LoggerFactory

interface LoggerFactory

A factory object for obtaining Logger instances.

Inheritors

Types

Link copied to clipboard

Functions

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

Returns a Logger associated with the specified kClass.