Class ContextAnchor


  • public final class ContextAnchor
    extends java.lang.Object
    Anchor for the ThreadContext.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.ThreadLocal<LoggerContext> THREAD_CONTEXT
      Anchor for the LoggerContext for the current Thread.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • THREAD_CONTEXT

        public static final java.lang.ThreadLocal<LoggerContext> THREAD_CONTEXT
        Anchor for the LoggerContext for the current Thread.