Package org.apache.log4j.helpers
Class ThreadLocalMap
java.lang.Object
java.lang.ThreadLocal<T>
java.lang.InheritableThreadLocal
org.apache.log4j.helpers.ThreadLocalMap
ThreadLocalMap
extends InheritableThreadLocal
to
bequeath a copy of the hashtable of the MDC of the parent thread.- Since:
- 1.2
- Author:
- Ceki Gülcü
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.ThreadLocal
get, initialValue, remove, set, withInitial
-
Constructor Details
-
ThreadLocalMap
public ThreadLocalMap()
-
-
Method Details
-
childValue
- Overrides:
childValue
in classInheritableThreadLocal
-