Class MdcUtils


  • public class MdcUtils
    extends java.lang.Object
    Utils for work with Slf4j MDC.
    • Constructor Summary

      Constructors 
      Constructor Description
      MdcUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void restoreContext​(java.util.Map<java.lang.String,​java.lang.String> mdcContextMap)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MdcUtils

        public MdcUtils()
    • Method Detail

      • restoreContext

        public static void restoreContext​(java.util.Map<java.lang.String,​java.lang.String> mdcContextMap)