Class ContextAnchor
- java.lang.Object
-
- org.apache.logging.log4j.core.impl.ContextAnchor
-
public final class ContextAnchor extends Object
Anchor for the ThreadContext.
-
-
Field Summary
Fields Modifier and Type Field Description static ThreadLocal<LoggerContext>
THREAD_CONTEXT
Anchor for the LoggerContext for the current Thread.
-
-
-
Field Detail
-
THREAD_CONTEXT
public static final ThreadLocal<LoggerContext> THREAD_CONTEXT
Anchor for the LoggerContext for the current Thread.
-
-