Package org.apache.log4j
Class MDC
java.lang.Object
org.apache.log4j.MDC
This class behaves just like Log4j's MDC would - and so can cause issues with the redeployment of web
applications if the Objects stored in the threads Map cannot be garbage collected.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
localMap
-
-
Constructor Details
-
MDC
private MDC()
-
-
Method Details
-
put
-
put
-
get
-
remove
-
clear
public static void clear() -
getContext
-