Uses of Interface
org.apache.logging.log4j.message.ParameterVisitable
-
Packages that use ParameterVisitable 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 ParameterVisitable in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement ParameterVisitable Modifier and Type Class Description classRingBufferLogEventWhen 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 ParameterVisitable Modifier and Type Class Description classMutableLogEventMutable 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 ParameterVisitable Modifier and Type Method Description private 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 ParameterVisitable Modifier and Type Class Description classReusableObjectMessageMutable Message wrapper around an Object message.classReusableParameterizedMessageReusable parameterized message.classReusableSimpleMessageMutable Message wrapper around a String message.
-