| Interface | Description |
|---|---|
| ILoggingEventCache |
Abstraction interface for defining a cache for Logback
ILoggingEvent instances. |
| Class | Description |
|---|---|
| ApplicationContextHolder |
A special bean which may be defined in the Spring
ApplicationContext to make the context available statically
to objects which, for whatever reason, cannot be wired up in Spring (for example, logging appenders which must be
defined in XML or properties files used to initialize the logging system). |
| DelegatingLogbackAppender |
A Logback
Appender implementation which delegates the actual appending to a named bean contained in a Spring
ApplicationContext. |
| LogbackConfigurer |
Convenience class that features simple methods for custom Log4J configuration.
|
| Enum | Description |
|---|---|
| EventCacheMode |
Copyright © 2014. All Rights Reserved.