A class with logging capabilities usage example:
class ClassWithLogging { companion object: KLogging() fun test() { logger.info{"test ClassWithLogging"} }}
get logger for the class
get logger by explicit name
The member that performs the actual logging