Registry / logging / jboss-logmanager

jboss-logmanager

JSON →
library3.2.2.Finaljavamavenunverified

An implementation of java.util.logging.LogManager that provides enhanced logging capabilities for JBoss and WildFly.

<dependency> <groupId>org.jboss.logmanager</groupId> <artifactId>jboss-logmanager</artifactId> <version>3.2.2.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-LOGMANAGER
J
jboss-logmanager
loggingjavav3.2.2.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.

Logger
org.jboss.logmanager.Logger

Creates a logger and logs an info message.

import org.jboss.logmanager.Logger; public class Example { private static final Logger LOG = Logger.getLogger(Example.class.getName()); public void log() { LOG.info("Hello from JBoss Log Manager"); } }
Debug
Known issues
breakingThis replaces the default JUL LogManager; ensure it is configured as the LogManager via system property.
fix
Set -Djava.util.logging.manager=org.jboss.logmanager.LogManager
affects: *
Upgrade
Version history
3.2.2.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Resources
jboss-logmanager — mvn dependency:get jboss-logmanager · libregistry