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.
JDKConsoleHandler Handler that display info message in System.out and error in System.err because JDK implementation prints all messages in System.err and in Eclipse, for example, INFO messages are in red !
JDKFormatter Format a record into a readable message ! not too long.
JDKLogger Logger with I18n and infinite arguments.
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