Class CopyOnInheritThreadLocal

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

This class extends InheritableThreadLocal so that children threads get a copy of the parent's hashmap.
Author:
Ceki Gülcü