Extensions to kotlin-logging
private val LOG = KotlinLogging.logger {}
suspend fun main() {
LOG.debugInlined {
delay(1.minutes)
"Delayed LOG message"
}
}
Please refer to this page
Documentation can be found here
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Extensions to kotlin-logging
private val LOG = KotlinLogging.logger {}
suspend fun main() {
LOG.debugInlined {
delay(1.minutes)
"Delayed LOG message"
}
}
Please refer to this page
Documentation can be found here