Registry / logging / scala-logging-slf4j-2-10

scala-logging-slf4j-2-10

JSON →
library2.1.2javamavenunverified

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>
INSTALL
IMPORT
SIG · SCALA-LOGGING-SLF4
S
scala-logging-slf4j-2-10
loggingjavav2.1.2
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.slf4j.LazyLogging

Mix in LazyLogging to get a logger instance in your Scala class.

import com.typesafe.scalalogging.slf4j.LazyLogging class MyService extends LazyLogging { def doSomething(): Unit = { logger.info("Doing something") } }
Debug
Known issues
breakingThis artifact is for Scala 2.10 only; use scala-logging-slf4j_2.11 or later for newer Scala versions.
fix
Use the appropriate Scala version suffix (e.g., _2.11, _2.12) in the artifact ID.
affects: *
Upgrade
Version history
2.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
Amazon
1
Resources
scala-logging-slf4j-2-10 — mvn dependency:get scala-logging-slf4j-2-10 · libregistry