Registry / logging / scala-logging-2-12

scala-logging-2-12

JSON →
library3.9.6javamavenunverified

Scala Logging is a convenient and performant logging library wrapping SLF4J for Scala applications.

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

Creates a logger and logs an info message.

import com.typesafe.scalalogging.Logger object Example extends App { val logger = Logger("MyApp") logger.info("Hello, World!") }
Debug
Known issues
breakingScala Logging 3.x requires Scala 2.12 or 2.13. Ensure your Scala version matches the artifact suffix (_2.12).
fix
Use the correct artifact for your Scala version (e.g., scala-logging_2.13 for Scala 2.13).
affects: >=3.0.0
Upgrade
Version history
3.9.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
scala-logging-2-12 — mvn dependency:get scala-logging-2-12 · libregistry