| ContextAnchor |
Anchor for the ThreadContext.
|
| ContextDataFactory |
Factory for creating the StringMap instances used to initialize LogEvents' context data.
|
| ContextDataInjectorFactory |
Factory for ContextDataInjectors.
|
| DefaultLogEventFactory |
Always creates new LogEvent instances.
|
| ExtendedClassInfo |
Deprecated. |
| ExtendedStackTraceElement |
Deprecated. |
| JdkMapAdapterStringMap |
Provides a read-only StringMap view of a Map<String, String>.
|
| Log4jContextFactory |
Factory to locate a ContextSelector and then load a LoggerContext.
|
| Log4jLogEvent |
Implementation of a LogEvent.
|
| Log4jLogEvent.Builder |
LogEvent Builder helper class.
|
| Log4jLogEvent.LogEventProxy |
Proxy pattern used to serialize the LogEvent.
|
| Log4jProvider |
Binding for the Log4j API.
|
| MementoMessage |
|
| MutableLogEvent |
Mutable implementation of the LogEvent interface.
|
| ReusableLogEventFactory |
Garbage-free LogEventFactory that reuses a single mutable log event.
|
| ThreadContextDataInjector |
ThreadContextDataInjector contains a number of strategies for copying key-value pairs from the various
ThreadContext map implementations into a StringMap.
|
| ThreadContextDataInjector.AbstractContextDataInjector |
|
| ThreadContextDataInjector.ForCopyOnWriteThreadContextMap |
The ContextDataInjector used when the ThreadContextMap implementation is a copy-on-write
StringMap-based data structure.
|
| ThreadContextDataInjector.ForDefaultThreadContextMap |
Default ContextDataInjector for the legacy Map<String, String>-based ThreadContext (which is
also the ThreadContext implementation used for web applications).
|
| ThreadContextDataInjector.ForGarbageFreeThreadContextMap |
The ContextDataInjector used when the ThreadContextMap implementation is a garbage-free
StringMap-based data structure.
|
| ThreadContextDataProvider |
ContextDataProvider for ThreadContext data.
|
| ThrowableFormatOptions |
Contains options which control how a Throwable pattern is formatted.
|
| ThrowableProxy |
Deprecated. |
| ThrowableProxyHelper |
Deprecated. |
| ThrowableProxyHelper.CacheEntry |
Cached StackTracePackageElement and ClassLoader.
|
| ThrowableProxyRenderer |
Deprecated. |