Uses of Interface
org.apache.logging.log4j.message.ParameterConsumer
-
Packages that use ParameterConsumer Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.org.apache.logging.log4j.layout.template.json.resolver org.apache.logging.log4j.message Public Message Types used for Log4j 2. -
-
Uses of ParameterConsumer in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async with parameters of type ParameterConsumer Modifier and Type Method Description <S> voidRingBufferLogEvent. forEachParameter(ParameterConsumer<S> action, S state) -
Uses of ParameterConsumer in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl with parameters of type ParameterConsumer Modifier and Type Method Description <S> voidMutableLogEvent. forEachParameter(ParameterConsumer<S> action, S state) -
Uses of ParameterConsumer in org.apache.logging.log4j.layout.template.json.resolver
Fields in org.apache.logging.log4j.layout.template.json.resolver declared as ParameterConsumer Modifier and Type Field Description private static ParameterConsumer<MessageParameterResolver.ParameterConsumerState>MessageParameterResolver. PARAMETER_CONSUMER -
Uses of ParameterConsumer in org.apache.logging.log4j.message
Methods in org.apache.logging.log4j.message with parameters of type ParameterConsumer Modifier and Type Method Description <S> voidParameterVisitable. forEachParameter(ParameterConsumer<S> action, S state)Performs the given action for each parameter until all values have been processed or the action throws an exception.<S> voidReusableObjectMessage. forEachParameter(ParameterConsumer<S> action, S state)<S> voidReusableParameterizedMessage. forEachParameter(ParameterConsumer<S> action, S state)<S> voidReusableSimpleMessage. forEachParameter(ParameterConsumer<S> action, S state)
-