Package ch.qos.logback.classic.util
Class CopyOnInheritThreadLocal
java.lang.Object
java.lang.ThreadLocal<HashMap<String,String>>
java.lang.InheritableThreadLocal<HashMap<String,String>>
ch.qos.logback.classic.util.CopyOnInheritThreadLocal
@Deprecated(since="2022-01-27")
public class CopyOnInheritThreadLocal
extends InheritableThreadLocal<HashMap<String,String>>
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
This class extends InheritableThreadLocal so that children threads get a copy
of the parent's hashmap.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.ThreadLocal
get, remove, set, withInitial
-
Constructor Details
-
CopyOnInheritThreadLocal
public CopyOnInheritThreadLocal()Deprecated.
-