A Scala wrapper around SLF4J providing a convenient and type-safe logging API for Scala 2.10 applications.
<dependency>
<groupId>com.typesafe.scala-logging</groupId>
<artifactId>scala-logging-slf4j_2.10</artifactId>
<version>2.1.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Mix in LazyLogging to get a logger instance in your Scala class.
Use the appropriate Scala version suffix (e.g., _2.11, _2.12) in the artifact ID.
No dependency data recorded yet.