Registry / logging / log4j-jpl

log4j-jpl

JSON →
library2.26.0javamavenunverified

Apache Log4j implementation of the Java Platform Logging API (java.lang.System.LoggerFinder).

<dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jpl</artifactId> <version>2.26.0</version> </dependency>
INSTALL
IMPORT
SIG · LOG4J-JPL
L
log4j-jpl
loggingjavav2.26.0
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.

Log4jSystemLogger
org.apache.logging.log4j.jpl.Log4jSystemLogger

Uses Log4j as the backend for java.lang.System.Logger.

import org.apache.logging.log4j.jpl.Log4jSystemLogger; import java.lang.System.Logger; public class Example { private static final Logger logger = System.getLogger("Example"); public static void main(String[] args) { logger.log(System.Logger.Level.INFO, "Hello from Log4j JPL"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.26.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
18
Resources
log4j-jpl — mvn dependency:get log4j-jpl · libregistry