Registry / logging / akka-slf4j-2-10

akka-slf4j-2-10

JSON →
library2.3.16javamavenunverified

Akka module providing SLF4J logging integration for Akka actors.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-slf4j_2.10</artifactId> <version>2.3.16</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-SLF4J-2-10
A
akka-slf4j-2-10
loggingjavav2.3.16
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.

Slf4jLogger
akka.event.slf4j.Slf4jLogger

Minimal Java code to instantiate Slf4jLogger for Akka logging.

import akka.event.slf4j.Slf4jLogger; import akka.actor.ActorSystem; ActorSystem system = ActorSystem.create(); Slf4jLogger logger = new Slf4jLogger(); // Configure logger in application.conf
Debug
Known issues
breakingThis artifact is for Scala 2.10 and Akka 2.3.x; it is outdated and may have security issues.
fix
Upgrade to a newer Akka version (e.g., 2.6.x or 2.8.x) with the appropriate Scala version (e.g., akka-slf4j_2.13).
affects: <=2.3.16
Upgrade
Version history
2.3.16latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
34
Resources
akka-slf4j-2-10 — mvn dependency:get akka-slf4j-2-10 · libregistry