Class ThreadLocalMap


public final class ThreadLocalMap extends InheritableThreadLocal
ThreadLocalMap extends InheritableThreadLocal to bequeath a copy of the hashtable of the MDC of the parent thread.
Since:
1.2
Author:
Ceki Gülcü