Este conteúdo não está disponível no idioma selecionado.
4.2. Supported Application Logging Frameworks
Red Hat JBoss LogManager supports the following logging frameworks:
- JBoss Logging, which is included with Red Hat JBoss Data Grid 7.
4.2.1. About JBoss Logging Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
JBoss Logging is the application logging framework that is included in JBoss Enterprise Application Platform 7. As a result of this inclusion, Red Hat JBoss Data Grid 7 also uses JBoss Logging.
JBoss Logging provides an easy way to add logging to an application. Add code to the 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.
4.2.2. JBoss Logging Features Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
JBoss Logging includes the following features:
- Provides an innovative, easy to use typed logger.
- Full support for internationalization and localization. Translators work with message bundles in properties files while developers can work with interfaces and annotations.
- Build-time tooling to generate typed loggers for production, and runtime generation of typed loggers for development.