Class MDC


  • public class MDC
    extends Object
    • Constructor Detail

      • MDC

        public MDC()
    • Method Detail

      • put

        public static void put​(String key,
                               String value)
      • put

        public static void put​(String key,
                               Object value)
      • remove

        public static void remove​(String key)
      • clear

        public static void clear()
      • getContext

        @Deprecated
        public static Hashtable getContext()
        Deprecated.
        This method is not part of the Log4J public API. However it has been called by other projects. This method is here temporarily until projects who are depending on this method release fixes.