KLoggerFactory

interface KLoggerFactory

Interface for a factory that creates KLogger instances.

Inheritors

DarwinLoggerFactory
LogbackLoggerFactory

Functions

Link copied to clipboard
abstract fun logger(name: String): KLogger

Return a logger for the given name.