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

org.slf4s.Logging.scala Maven / Gradle / Ivy

There is a newer version: 1.7.30.2
Show newest version
package org.slf4s

trait Logging {
  protected val log: Logger = LoggerFactory.getLogger(this.getClass())
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy