
org.slf4j.ILoggerFactory.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
trait ILoggerFactory {
def getLogger(name: String): Logger
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy