Uses of Interface
org.apache.logging.log4j.util.BiConsumer
-
Packages that use BiConsumer Package Description org.apache.log4j.bridge org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.org.apache.logging.log4j.layout.template.json.resolver org.apache.logging.log4j.layout.template.json.util 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. -
-
Uses of BiConsumer in org.apache.log4j.bridge
Methods in org.apache.log4j.bridge with parameters of type BiConsumer Modifier and Type Method Description <V> void
LogEventWrapper.ContextDataMap. forEach(BiConsumer<java.lang.String,? super V> action)
-
Uses of BiConsumer in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl with parameters of type BiConsumer Modifier and Type Method Description <V> void
JdkMapAdapterStringMap. forEach(BiConsumer<java.lang.String,? super V> action)
-
Uses of BiConsumer in org.apache.logging.log4j.layout.template.json.resolver
Fields in org.apache.logging.log4j.layout.template.json.resolver declared as BiConsumer Modifier and Type Field Description private BiConsumer<java.lang.StringBuilder,LogEvent>
PatternResolver. emitter
-
Uses of BiConsumer in org.apache.logging.log4j.layout.template.json.util
Methods in org.apache.logging.log4j.layout.template.json.util with parameters of type BiConsumer Modifier and Type Method Description <S> void
JsonWriter. writeString(BiConsumer<java.lang.StringBuilder,S> emitter, S state)
-
Uses of BiConsumer in org.apache.logging.log4j.message
Methods in org.apache.logging.log4j.message with parameters of type BiConsumer Modifier and Type Method Description <CV> void
MapMessage. forEach(BiConsumer<java.lang.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. -
Uses of BiConsumer in org.apache.logging.log4j.spi
Methods in org.apache.logging.log4j.spi with parameters of type BiConsumer Modifier and Type Method Description <V> void
DefaultThreadContextMap. forEach(BiConsumer<java.lang.String,? super V> action)
-
Uses of BiConsumer in org.apache.logging.log4j.util
Methods in org.apache.logging.log4j.util with parameters of type BiConsumer Modifier and Type Method Description void
EnvironmentPropertySource. forEach(BiConsumer<java.lang.String,java.lang.String> action)
void
PropertiesPropertySource. forEach(BiConsumer<java.lang.String,java.lang.String> action)
default void
PropertySource. forEach(BiConsumer<java.lang.String,java.lang.String> action)
Iterates over all properties and performs an action for each key/value pair.<V> void
ReadOnlyStringMap. forEach(BiConsumer<java.lang.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<java.lang.String,? super V> action)
void
SystemPropertiesPropertySource. forEach(BiConsumer<java.lang.String,java.lang.String> action)
-