Class 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 Detail

      • CopyOnInheritThreadLocal

        public CopyOnInheritThreadLocal()
        Deprecated.