Get a logger

Report a typo

Enter the missing part to initialize the logger.

import org.slf4j.Logger
import org.slf4j.LoggerFactory

class Example {
    private val LOG = _____________________(Example::class.java)

    fun log() {
        LOG.info("It's a log.")
    }
}
Enter a short text
___

Create a free account to access the full topic