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

org.slf4j.LoggerFactory.scala Maven / Gradle / Ivy

The newest version!
package org.slf4j

object LoggerFactory extends org.log4s.log4sjs.Log4sLoggerFactory {
  def getLogger(c: Class[_]): Logger = {
    this.getLogger(c.getName())
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy