Package io.servicetalk.log4j2.mdc
Class DefaultServiceTalkThreadContextMap
- java.lang.Object
-
- io.servicetalk.log4j2.mdc.utils.ServiceTalkThreadContextMap
-
- io.servicetalk.log4j2.mdc.DefaultServiceTalkThreadContextMap
-
- All Implemented Interfaces:
org.apache.logging.log4j.spi.CleanableThreadContextMap
,org.apache.logging.log4j.spi.ReadOnlyThreadContextMap
,org.apache.logging.log4j.spi.ThreadContextMap
,org.apache.logging.log4j.spi.ThreadContextMap2
public class DefaultServiceTalkThreadContextMap extends ServiceTalkThreadContextMap
Empty subclass to differentiate uses of MDC.
-
-
Constructor Summary
Constructors Constructor Description DefaultServiceTalkThreadContextMap()
-
Method Summary
-
Methods inherited from class io.servicetalk.log4j2.mdc.utils.ServiceTalkThreadContextMap
clear, containsKey, get, getCopy, getCopyOrNull, getImmutableMapOrNull, getReadOnlyContextData, isEmpty, put, putAll, remove, removeAll
-
-