| Package | Description |
|---|---|
| org.apache.logging.log4j |
Public API for Log4j 2.
|
| org.apache.logging.log4j.spi |
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
|
| org.ops4j.pax.logging.log4jv2 |
| Modifier and Type | Field and Description |
|---|---|
static ThreadContextStack |
ThreadContext.EMPTY_STACK
Empty, immutable ContextStack.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultThreadContextStack
A copy-on-write thread-safe variant of
org.apache.logging.log4j.spi.ThreadContextStack in which all mutative
operations (add, pop, and so on) are implemented by making a fresh copy of the underlying list. |
class |
MutableThreadContextStack |
| Modifier and Type | Method and Description |
|---|---|
ThreadContextStack |
MutableThreadContextStack.copy() |
ThreadContextStack |
DefaultThreadContextStack.copy() |
| Modifier and Type | Class and Description |
|---|---|
class |
Log4jv2ThreadContextStack
A copy-on-write thread-safe variant of
org.apache.logging.log4j.spi.ThreadContextStack in which all mutative
operations (add, pop, and so on) are implemented by making a fresh copy of the underlying list. |
| Modifier and Type | Method and Description |
|---|---|
ThreadContextStack |
Log4jv2ThreadContextStack.copy() |
Copyright © 2006-2016 OPS4J - Open Participation Software for Java. All Rights Reserved.