The JBossMX logging framework.
Package Specification
- The logging framework provides a standard interface over a
number of different logging implementations.
- Different parts of an application can be assigned to
different contexts, each context can have its own logging
implementation and/or configuration.
- The logging implementation for each context is "hot-swapable".
- Some simple logging implementations are provided.
- Adapters for the more the common logging implementations are
provided. These include log4j (TODO complete list)
Related Documentation
- TODO: links to logging implementations.
Package Status