Registry / logging / slf4j-jboss-logmanager

slf4j-jboss-logmanager

JSON →
library2.1.0.Finaljavamavenunverified

An adaptor for SLF4J that delegates logging calls to the JBoss Log Manager.

<dependency> <groupId>org.jboss.slf4j</groupId> <artifactId>slf4j-jboss-logmanager</artifactId> <version>2.1.0.Final</version> </dependency>
INSTALL
IMPORT
SIG · SLF4J-JBOSS-LOGMAN
S
slf4j-jboss-logmanager
loggingjavav2.1.0.Final
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.

JBossLogger
org.jboss.slf4j.JBossLogger

Minimal usage of SLF4J with JBoss Log Manager adaptor.

import org.jboss.slf4j.JBossLogger; 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 from SLF4J with JBoss Log Manager!"); } }
Debug
Known issues
gotchaEnsure JBoss Log Manager is on the classpath at runtime, otherwise SLF4J will fall back to a different binding.
fix
Add jboss-logmanager as a dependency in your project.
affects: all
Upgrade
Version history
2.1.0.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Resources
slf4j-jboss-logmanager — mvn dependency:get slf4j-jboss-logmanager · libregistry