| Class | Description |
|---|---|
| ACSLoggerFactory |
ACSLoggerFactory is an implementation of slf4j's
ILoggerFactory based on AcsLoggers,
allowing for hibernate and jacorb 3.x logs to be streamed into the ACS logging system. |
| HibernateLoggerHelper |
This class creates and administrates loggers for the hibernate framework
on behalf of the slf4j-ACS logger factory
ACSLoggerFactory. |
| JacorbLoggerHelper |
This class creates and administrates loggers for jacorb
on behalf of the slf4j-ACS logger factory
ACSLoggerFactory. |
| JDK14LoggerAdapter |
This class has been extracted directly from slf4j-jdk14-1.7.5-sources.jar
since our AcsLogger appears to slf4j as a plain JDK logger.
|
| StaticLoggerBinder |
The binding of
LoggerFactory class with an actual instance of
ILoggerFactory is performed using information returned by this class. |
| StaticMarkerBinder |
The binding of
MarkerFactory class with an actual instance of
IMarkerFactory is performed using information returned by this class. |
| StaticMDCBinder |
This implementation is bound to
BasicMDCAdapter. |