Skip to content

Latest commit

 

History

History

logging

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

logging

Extensions to kotlin-logging

Examples

InlineLogger

private val LOG = KotlinLogging.logger {}

suspend fun main() {
    LOG.debugInlined {
        delay(1.minutes)
        "Delayed LOG message"
    }
}

Download

Please refer to this page

Documentation

Documentation can be found here