Registry / logging / jboss-logging-log4j

jboss-logging-log4j

JSON →
library2.1.2.GAjavamavenunverified

Provides a Log4j implementation for JBoss Logging framework.

<dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging-log4j</artifactId> <version>2.1.2.GA</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-LOGGING-LOG4
J
jboss-logging-log4j
loggingjavav2.1.2.GA
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.

Log4jLogger
org.jboss.logging.Log4jLogger

Minimal example to use JBoss Logging with Log4j backend.

import org.jboss.logging.Logger; public class LogExample { private static final Logger log = Logger.getLogger(LogExample.class); public static void main(String[] args) { log.info("Hello from JBoss Logging with Log4j"); } }
Debug
Known issues
gotchaThis implementation is specific to JBoss Logging and may not work with other logging frameworks.
fix
Ensure your project uses JBoss Logging as the logging facade.
affects: *
Upgrade
Version history
2.1.2.GAlatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
2
Resources
jboss-logging-log4j — mvn dependency:get jboss-logging-log4j · libregistry