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.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.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.
-