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 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.")
}
}Create a free account to access the full topic