Package org.apache.log4j
Class MDC
- java.lang.Object
-
- org.apache.log4j.MDC
-
@Deprecated(since="2022-01-27") public class MDC extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description MDC()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidclear()Deprecated.static Objectget(String key)Deprecated.static HashtablegetContext()Deprecated.static voidput(String key, Object value)Deprecated.static voidput(String key, String value)Deprecated.static voidremove(String key)Deprecated.
-
-
-
Method Detail
-
remove
public static void remove(String key)
Deprecated.
-
clear
public static void clear()
Deprecated.
-
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.
-
-