Registry / logging / scala-logging-2-11

scala-logging-2-11

JSON →
library3.9.6javamavenunverified

A convenient and performant logging library for Scala wrapping SLF4J.

<dependency> <groupId>com.typesafe.scala-logging</groupId> <artifactId>scala-logging_2.11</artifactId> <version>3.9.6</version> </dependency>
INSTALL
IMPORT
SIG · SCALA-LOGGING-2-11
S
scala-logging-2-11
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.

Logger
com.typesafe.scalalogging.Logger

Minimal usage of Scala Logging to log an info message.

import com.typesafe.scalalogging.Logger; public class Main { private static final Logger logger = Logger.apply(Main.class); public static void main(String[] args) { logger.info("Hello, world!"); } }
Debug
Known issues
breakingScala Logging 3.9.x requires Scala 2.11, 2.12, or 2.13; ensure compatibility with your Scala version.
fix
Use the correct artifact for your Scala version (e.g., scala-logging_2.13 for Scala 2.13).
affects: 3.9.x
Upgrade
Version history
3.9.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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