The JBoss logging tools are used to create internationalized log statements and exceptions.
For user documentation see https://jboss-logging.github.io/jboss-logging-tools/. For annotation JavaDoc’s see https://jboss-logging.github.io/jboss-logging-tools/apidocs/.
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
See the contributing guide.