All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.lenses.jdbc4.util.Logging.kt Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package io.lenses.jdbc4.util

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

interface Logging {
  val logger: Logger
    get() = LoggerFactory.getLogger(javaClass)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy