Registry / logging / slf4j-jdk14

slf4j-jdk14

JSON →
library2.0.18javamavenunverified

SLF4J binding that routes logging calls to the Java Util Logging (JUL) framework.

<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>2.0.18</version> </dependency>
INSTALL
IMPORT
SIG · SLF4J-JDK14
S
slf4j-jdk14
loggingjavav2.0.18
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
org.slf4j.Logger

Use SLF4J Logger to log an info message via JDK14 provider.

import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class Example { private static final Logger logger = LoggerFactory.getLogger(Example.class); public static void main(String[] args) { logger.info("Hello, SLF4J!"); } }
Debug
Known issues
gotchaOnly one SLF4J binding should be on the classpath; multiple bindings cause warnings.
fix
Ensure only slf4j-jdk14 (or another single binding) is included as a dependency.
affects: >=1.6.0
Upgrade
Version history
2.0.18latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
slf4j-jdk14 — mvn dependency:get slf4j-jdk14 · libregistry