public KLogging()
A class with logging capabilities usage example:
class ClassWithLogging {
companion object: KLogging()
fun test() {
logger.info{"test ClassWithLogging"}
}
}
@NotNull public KLogger getLogger()
The member that performs the actual logging