Package io.servicetalk.log4j2.mdc
Class DefaultMdcCapturedContextProvider
java.lang.Object
io.servicetalk.log4j2.mdc.utils.MdcCapturedContextProvider
io.servicetalk.log4j2.mdc.DefaultMdcCapturedContextProvider
- All Implemented Interfaces:
CapturedContextProvider
Empty subclass to differentiate uses of MDC.
Note: this is intended to be service-loaded and not instantiated directly.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.servicetalk.log4j2.mdc.utils.MdcCapturedContextProvider
captureContext, captureContextCopy
-
Constructor Details
-
DefaultMdcCapturedContextProvider
public DefaultMdcCapturedContextProvider()Create a new instance. Note: this is intended to be service-loaded and not instantiated directly.
-