KLoggable

interface KLoggable

An interface representing class with logging capabilities implemented using a logger obtain a logger with logger() method

Functions

logger
Link copied to clipboard
open fun logger(): KLogger

get logger for the class

open fun logger(name: String): KLogger

get logger by explicit name

Properties

logger
Link copied to clipboard
abstract val logger: KLogger

The member that performs the actual logging

Inheritors

KLogging
Link copied to clipboard
NamedKLogging
Link copied to clipboard