Class CopyOnInheritThreadLocal

java.lang.Object
java.lang.ThreadLocal<T>
java.lang.InheritableThreadLocal<HashMap<String,String>>
ch.qos.logback.classic.util.CopyOnInheritThreadLocal

public class CopyOnInheritThreadLocal extends InheritableThreadLocal<HashMap<String,String>>
This class extends InheritableThreadLocal so that children threads get a copy of the parent's hashmap.
Author:
Ceki Gülcü