
org.log4s.LoggerCompat.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
import org.slf4j.{ Logger => JLogger }
import scala.annotation.tailrec
import scala.quoted._
/** Support for cross-building Logger across Scala 2 and Scala 3
*/
private[log4s] trait LoggerCompat extends Any {
def logger: JLogger
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy