Registry / logging / scala-logging-2-13

scala-logging-2-13

JSON →
library3.9.6javamavenunverified

scala-logging is a Scala wrapper for SLF4J providing convenient logging macros.

<dependency> <groupId>com.typesafe.scala-logging</groupId> <artifactId>scala-logging_2.13</artifactId> <version>3.9.6</version> </dependency>
INSTALL
IMPORT
SIG · SCALA-LOGGING-2-13
S
scala-logging-2-13
loggingjavav3.9.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LazyLogging
com.typesafe.scalalogging.LazyLogging

Use lazy logging trait to log messages.

import com.typesafe.scalalogging.LazyLogging object Example extends LazyLogging { def main(args: Array[String]): Unit = { logger.info("Hello, Scala Logging!") } }
Debug
Known issues
breakingScala Logging 3.x requires SLF4J 1.7.x; ensure compatible SLF4J version.
fix
Use SLF4J 1.7.x with Scala Logging 3.x.
affects: >=3.0.0
Upgrade
Version history
3.9.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources
scala-logging-2-13 — mvn dependency:get scala-logging-2-13 · libregistry