Package | Description |
---|---|
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 | Description |
---|---|---|
<CV> void |
MapMessage.forEach(BiConsumer<String,? super CV> action) |
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 | Description |
---|---|---|
<V> void |
DefaultThreadContextMap.forEach(BiConsumer<String,? super V> action) |
Modifier and Type | Method | Description |
---|---|---|
void |
EnvironmentPropertySource.forEach(BiConsumer<String,String> action) |
|
void |
PropertiesPropertySource.forEach(BiConsumer<String,String> action) |
|
void |
PropertySource.forEach(BiConsumer<String,String> action) |
Iterates over all properties and performs an action for each key/value pair.
|
<V> void |
ReadOnlyStringMap.forEach(BiConsumer<String,? super V> action) |
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> void |
SortedArrayStringMap.forEach(BiConsumer<String,? super V> action) |
|
void |
SystemPropertiesPropertySource.forEach(BiConsumer<String,String> action) |
Copyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.