Uses of Interface
org.apache.logging.log4j.message.ParameterVisitable
Packages that use ParameterVisitable
Package
Description
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Log4j 2 private implementation classes.
Public Message Types used for Log4j 2.
-
Uses of ParameterVisitable in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement ParameterVisitableModifier and TypeClassDescriptionclass
When the Disruptor is started, the RingBuffer is populated with event objects. -
Uses of ParameterVisitable in org.apache.logging.log4j.core.impl
Classes in org.apache.logging.log4j.core.impl that implement ParameterVisitableModifier and TypeClassDescriptionclass
Mutable implementation of theLogEvent
interface. -
Uses of ParameterVisitable in org.apache.logging.log4j.layout.template.json.resolver
Methods in org.apache.logging.log4j.layout.template.json.resolver with parameters of type ParameterVisitableModifier and TypeMethodDescriptionprivate void
MessageParameterResolver.resolve
(ParameterVisitable parameterVisitable, JsonWriter jsonWriter) Perform a garbage-free resolution viaParameterVisitable
interface. -
Uses of ParameterVisitable in org.apache.logging.log4j.message
Classes in org.apache.logging.log4j.message that implement ParameterVisitableModifier and TypeClassDescriptionclass
Mutable Message wrapper around an Object message.class
Reusable parameterized message.class
Mutable Message wrapper around a String message.