Class AttivioLogger.ThreadLocalComponentName

  • Enclosing class:
    AttivioLogger

    public static class AttivioLogger.ThreadLocalComponentName
    extends java.lang.ThreadLocal<java.lang.String>
    The thread local component name
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String initialValue()  
      void set​(java.lang.String value)
      • Methods inherited from class java.lang.ThreadLocal

        get, remove, withInitial
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThreadLocalComponentName

        public ThreadLocalComponentName()
    • Method Detail

      • initialValue

        protected java.lang.String initialValue()
        Overrides:
        initialValue in class java.lang.ThreadLocal<java.lang.String>
      • set

        public void set​(java.lang.String value)
        Overrides:
        set in class java.lang.ThreadLocal<java.lang.String>