
Jboss logging provides an easy way to add logging to an application. you add code to your application that uses the framework to send log messages in a defined format. when the application is deployed to an application server, these messages can be captured by the server and displayed and/or written to file according to the server's configuration.