in.ashwanthkumar.suuchi.utils.Logging.scala Maven / Gradle / Ivy
package in.ashwanthkumar.suuchi.utils
import org.slf4j.LoggerFactory
trait Logging { self =>
val log = LoggerFactory.getLogger(this.getClass)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy