Registry / logging / grizzled-slf4j-2-10

grizzled-slf4j-2-10

JSON →
library1.3.4javamavenunverified

A Scala-friendly wrapper for the SLF4J logging framework, providing convenient logging abstractions.

<dependency> <groupId>org.clapper</groupId> <artifactId>grizzled-slf4j_2.10</artifactId> <version>1.3.4</version> </dependency>
INSTALL
IMPORT
SIG · GRIZZLED-SLF4J-2-1
G
grizzled-slf4j-2-10
loggingjavav1.3.4
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
grizzled.slf4j.Logger

Minimal example showing import and usage of Logger.

import grizzled.slf4j.Logger; public class Quickstart { public static void main(String[] args) { Logger log = Logger(getClass()); log.info("Hello from Grizzled SLF4J"); } }
Debug
Known issues
breakingThis version targets Scala 2.10, which is outdated and may have compatibility issues with newer Scala versions.
fix
Use a version targeting your Scala version, e.g., grizzled-slf4j_2.13 for Scala 2.13.
affects: <=1.3.4
Upgrade
Version history
1.3.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
OpenAI (training)
1
Resources
grizzled-slf4j-2-10 — mvn dependency:get grizzled-slf4j-2-10 · libregistry