Class MdcAccess


  • public class MdcAccess
    extends java.lang.Object
    Facade for the SLF4j MDC
    • Constructor Summary

      Constructors 
      Constructor Description
      MdcAccess()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String get​(java.lang.String key)
      see MDC.get(String)
      static void put​(java.lang.String key, java.lang.String value)
      see MDC.put(String, String)
      static void remove​(java.lang.String key)
      see MDC.remove(String)
      • Methods inherited from class java.lang.Object

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

      • MdcAccess

        public MdcAccess()
    • Method Detail

      • remove

        public static void remove​(java.lang.String key)
        see MDC.remove(String)
      • get

        public static java.lang.String get​(java.lang.String key)
        see MDC.get(String)
      • put

        public static void put​(java.lang.String key,
                               java.lang.String value)
        see MDC.put(String, String)