Package | Description |
---|---|
org.apache.log4j.bridge | |
org.apache.log4j.pattern | |
org.apache.logging.log4j.core.impl |
Log4j 2 private implementation classes.
|
org.apache.logging.log4j.core.pattern |
Provides classes implementing format specifiers in conversion patterns.
|
org.apache.logging.log4j.message |
Public Message Types used 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.apache.logging.log4j.util |
Internal utility classes for the Log4j 2 API.
|
Modifier and Type | Method and Description |
---|---|
<V,S> void |
LogEventWrapper.ContextDataMap.forEach(TriConsumer<java.lang.String,? super V,S> action,
S state) |
Modifier and Type | Field and Description |
---|---|
private static TriConsumer<java.lang.String,java.lang.Object,java.lang.StringBuilder> |
Log4j1MdcPatternConverter.APPEND_EACH |
Modifier and Type | Field and Description |
---|---|
private static TriConsumer<java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
JdkMapAdapterStringMap.PUT_ALL |
Modifier and Type | Method and Description |
---|---|
<V,S> void |
JdkMapAdapterStringMap.forEach(TriConsumer<java.lang.String,? super V,S> action,
S state) |
Modifier and Type | Field and Description |
---|---|
private static TriConsumer<java.lang.String,java.lang.Object,java.lang.StringBuilder> |
MdcPatternConverter.WRITE_KEY_VALUES_INTO |
Modifier and Type | Method and Description |
---|---|
<CV,S> void |
MapMessage.forEach(TriConsumer<java.lang.String,? super CV,S> action,
S state)
Performs the given action for each key-value pair in this data structure
until all entries have been processed or the action throws an exception.
|
Modifier and Type | Method and Description |
---|---|
<V,S> void |
DefaultThreadContextMap.forEach(TriConsumer<java.lang.String,? super V,S> action,
S state) |
Modifier and Type | Field and Description |
---|---|
private static TriConsumer<java.lang.String,java.lang.Object,StringMap> |
SortedArrayStringMap.PUT_ALL |
Modifier and Type | Method and Description |
---|---|
<V,S> void |
ReadOnlyStringMap.forEach(TriConsumer<java.lang.String,? super V,S> action,
S state)
Performs the given action for each key-value pair in this data structure
until all entries have been processed or the action throws an exception.
|
<V,T> void |
SortedArrayStringMap.forEach(TriConsumer<java.lang.String,? super V,T> action,
T state) |