Skip to content

jboss-logging/jboss-logging-tools

JBoss Logging Tools

The JBoss logging tools are used to create internationalized log statements and exceptions.

Building

Standard Maven build:

mvn clean install

To generate the site use the -Pgenerate-site profile or -Dgenerate-site system property when building.

mvn clean install -Dgenerate-site

Contributing