
org.slf4j.LoggerFactory.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of log4s_sjs1_2.13 Show documentation
Show all versions of log4s_sjs1_2.13 Show documentation
High-performance SLF4J wrapper for Scala
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