logger
The JS way to define a logger without explicit name
class MyClass {
private val logger by KotlinLogging.logger()
}
Content copied to clipboard
The JS way to define a logger without explicit name
class MyClass {
private val logger by KotlinLogging.logger()
}