
org.log4s.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of log4s_sjs1_3 Show documentation
Show all versions of log4s_sjs1_3 Show documentation
High-performance SLF4J wrapper for Scala
package org.log4s
inline def getLogger: Logger = ${LoggerMacros.getLoggerImpl}
def getLogger(name: String) = new Logger(org.slf4j.LoggerFactory.getLogger(name))
def getLogger(clazz: Class[_]) = new Logger(org.slf4j.LoggerFactory.getLogger(clazz))
final val Log4sConfig: log4sjs.Log4sConfig = log4sjs.Log4sConfig
final val AllThreshold = log4sjs.LogThreshold.AllThreshold
final val OffThreshold = log4sjs.LogThreshold.OffThreshold
© 2015 - 2025 Weber Informatics LLC | Privacy Policy