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