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 TypeClassDescriptionclassWhen 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 TypeClassDescriptionclassMutable implementation of theLogEventinterface. -
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 voidMessageParameterResolver.resolve(ParameterVisitable parameterVisitable, JsonWriter jsonWriter) Perform a garbage-free resolution viaParameterVisitableinterface. -
Uses of ParameterVisitable in org.apache.logging.log4j.message
Classes in org.apache.logging.log4j.message that implement ParameterVisitableModifier and TypeClassDescriptionclassMutable Message wrapper around an Object message.classReusable parameterized message.classMutable Message wrapper around a String message.