logger

The JS way to define a logger without explicit name

class MyClass {
private val logger by KotlinLogging.logger()
}