Registry / logging / jboss-logging-processor

jboss-logging-processor

JSON →
library3.0.4.Finaljavamavenunverified

Provides annotation processing for JBoss Logging, generating typed loggers and message bundles for efficient logging.

<dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging-processor</artifactId> <version>3.0.4.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-LOGGING-PROC
J
jboss-logging-processor
loggingjavav3.0.4.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.logging.Logger

Obtains a logger instance and logs an informational message.

import org.jboss.logging.Logger; public class Example { private static final Logger LOG = Logger.getLogger(Example.class); public static void main(String[] args) { LOG.info("Hello, JBoss Logging!"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.4.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources
jboss-logging-processor — mvn dependency:get jboss-logging-processor · libregistry