| Class | Description |
|---|---|
| AcsJacorbLoggingInitializer |
See JacORR programming guide: "For more sophisticated needs, it is also possible
to provide a LoggingInitializer class, which is a hook provided by JacORB to allow configuration
of a logging system based on the JacORB configuration.
|
| CommonsLoggingFactory |
Frameworks that use Apache Commons Logging should get this logger factory enabled
via system property
org.apache.commons.logging.LogFactory
(see org.apache.commons.logging.LogFactory#FACTORY_PROPERTY). |
| JacORBFilter |
Filters out JacORB log messages that we don't want to see.
|
| Log4jFactory |
Redirects log4j logs to ACS logging, see http://jira.alma.cl/browse/COMP-8423
|
| Log4jLogger |
We intercept the log4j logs at the first level, the Logger itself.
|