| Package | Description |
|---|---|
| org.apache.logging.log4j.spi |
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CleanableThreadContextMap
Extension service provider interface to implement additional custom MDC behavior for
ThreadContext. |
interface |
ObjectThreadContextMap
Extension service provider interface to allow putting Object values in the
ThreadContext. |
interface |
ThreadContextMap2
Extension service provider interface to implement additional custom MDC behavior for
ThreadContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultThreadContextMap
The actual ThreadContext Map.
|
class |
NoOpThreadContextMap
ThreadContextMap implementation used when either of system properties disableThreadContextMap or . |
| Modifier and Type | Method and Description |
|---|---|
static ThreadContextMap |
ThreadContextMapFactory.createThreadContextMap() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ThreadContextMap> |
Provider.loadThreadContextMap()
Loads the
ThreadContextMap class specified by this Provider. |
| Constructor and Description |
|---|
Provider(Integer priority,
String versions,
Class<? extends LoggerContextFactory> loggerContextFactoryClass,
Class<? extends ThreadContextMap> threadContextMapClass) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.