Interface MDCContextProvider

All Known Implementing Classes:
MDCCapturingException, MDCCapturingRuntimeException, MDCWrappingException, MDCWrappingRuntimeException

public interface MDCContextProvider
A provider of MDC diagnostic context maps.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the diagnostic context map.
  • Method Details

    • getMdcContext

      Map<String,String> getMdcContext()
      Get the diagnostic context map. May be null.