kotlin-logging
Toggle table of contents
8.0.02
common
Platform filter
common
Switch theme
Search in API
kotlin-logging
kotlin-logging
/
io.github.oshai.kotlinlogging
/
KLoggerFactory
KLogger
Factory
interface
KLoggerFactory
Interface for a factory that creates
KLogger
instances.
Inheritors
DirectLoggerFactory
DarwinLoggerFactory
LogbackLoggerFactory
Members
Functions
logger
Link copied to clipboard
abstract
fun
logger
(
name
:
String
)
:
KLogger
Return a logger for the given name.