Package org.objectweb.easybeans.log

Implementation of EJB 3.0 container

See:
          Description

Interface Summary
JLog Interface used for the logging.
This don't use directly commons logging as the aim of this logging is to provide internationalization abilities and to allow to use MessageFormat message with an array of objects.
 

Class Summary
CommonsLoggerImpl Wrapping around a commons logger allowing to use internationalization and MessageFormat API.
JLogFactory This factory delegates to commons logging factory the creation of a logger.
 

Package org.objectweb.easybeans.log Description

Implementation of EJB 3.0 container