public class ACSLoggerFactory
extends java.lang.Object
ILoggerFactory based on AcsLoggers,
allowing for hibernate and jacorb 3.x logs to be streamed into the ACS logging system.
This class gets connected to the slf4j framework via StaticLoggerBinder, which is pulled in by slf4j from the classpath.
Therefore no other slf4j bindings to different logging frameworks are allowed on the classpath.
For clarity we delegate the hibernate and jacorb logger creation and lookup to a helper class each.
| Constructor and Description |
|---|
ACSLoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearDelegateLoggers()
Should only be called by tests.
|
Logger |
getLogger(java.lang.String name) |
public Logger getLogger(java.lang.String name)
public void clearDelegateLoggers()