Package org.pepsoft.util.mdc
Interface MDCContextProvider
- All Known Implementing Classes:
MDCCapturingException,MDCCapturingRuntimeException,MDCWrappingException,MDCWrappingRuntimeException
public interface MDCContextProvider
A provider of
MDC diagnostic context maps.-
Method Summary
Modifier and TypeMethodDescriptionGet the diagnostic context map.
-
Method Details
-
getMdcContext
Get the diagnostic context map. May benull.
-