Uses of Interface
org.apache.logging.log4j.util.StringBuilderFormattable
-
Packages that use StringBuilderFormattable Package Description org.apache.logging.log4j Public API for Log4j 2.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.core.time org.apache.logging.log4j.layout.template.json.util org.apache.logging.log4j.message Public Message Types used for Log4j 2.org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.org.apache.logging.log4j.util Internal utility classes for the Log4j 2 API. -
-
Uses of StringBuilderFormattable in org.apache.logging.log4j
Classes in org.apache.logging.log4j that implement StringBuilderFormattable Modifier and Type Class Description static classMarkerManager.Log4jMarkerConsider this class private, it is only public to satisfy Jackson for XML and JSON IO. -
Uses of StringBuilderFormattable in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement StringBuilderFormattable Modifier and Type Class Description classRingBufferLogEventWhen the Disruptor is started, the RingBuffer is populated with event objects. -
Uses of StringBuilderFormattable in org.apache.logging.log4j.core.impl
Classes in org.apache.logging.log4j.core.impl that implement StringBuilderFormattable Modifier and Type Class Description classMementoMessageConsider this class private.MementoMessageis intended to be used when we need to make an immutable copy of aMessagewithout forgetting the originalMessage.getFormat()andMessage.getParameters()values.classMutableLogEventMutable implementation of theLogEventinterface. -
Uses of StringBuilderFormattable in org.apache.logging.log4j.core.time
Subinterfaces of StringBuilderFormattable in org.apache.logging.log4j.core.time Modifier and Type Interface Description interfaceInstantModels a point in time, suitable for event timestamps.Classes in org.apache.logging.log4j.core.time that implement StringBuilderFormattable Modifier and Type Class Description classMutableInstantAn instantaneous point on the time line, used for high-precision log event timestamps. -
Uses of StringBuilderFormattable in org.apache.logging.log4j.layout.template.json.util
Methods in org.apache.logging.log4j.layout.template.json.util with parameters of type StringBuilderFormattable Modifier and Type Method Description voidJsonWriter. writeString(StringBuilderFormattable formattable) -
Uses of StringBuilderFormattable in org.apache.logging.log4j.message
Subinterfaces of StringBuilderFormattable in org.apache.logging.log4j.message Modifier and Type Interface Description interfaceReusableMessageMessages implementing this interface are reused between logging calls.Classes in org.apache.logging.log4j.message that implement StringBuilderFormattable Modifier and Type Class Description private static classDefaultFlowMessageFactory.AbstractFlowMessageprivate static classDefaultFlowMessageFactory.SimpleEntryMessageprivate static classDefaultFlowMessageFactory.SimpleExitMessageclassMapMessage<M extends MapMessage<M,V>,V>Represents a Message that consists of a Map.classObjectMessageHandles messages that contain an Object.classParameterizedMessageHandles messages that consist of a format string containing '{}' to represent each replaceable token, and the parameters.classReusableObjectMessageMutable Message wrapper around an Object message.classReusableParameterizedMessageReusable parameterized message.classReusableSimpleMessageMutable Message wrapper around a String message.classSimpleMessageThe simplest possible implementation of Message.classStringMapMessageAStringMapMessagetyped toString-only values.classStructuredDataCollectionMessageA collection of StructuredDataMessages.classStructuredDataIdThe StructuredData identifier.classStructuredDataMessageRepresents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.classThreadDumpMessageCaptures information about all running Threads.Methods in org.apache.logging.log4j.message with parameters of type StringBuilderFormattable Modifier and Type Method Description private static voidMapMessageJsonFormatter. formatFormattable(java.lang.StringBuilder sb, StringBuilderFormattable formattable) -
Uses of StringBuilderFormattable in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement StringBuilderFormattable Modifier and Type Class Description classDefaultThreadContextStackA copy-on-write thread-safe variant oforg.apache.logging.log4j.spi.ThreadContextStackin which all mutative operations (add, pop, and so on) are implemented by making a fresh copy of the underlying list.classMutableThreadContextStackTODO -
Uses of StringBuilderFormattable in org.apache.logging.log4j.util
Subinterfaces of StringBuilderFormattable in org.apache.logging.log4j.util Modifier and Type Interface Description interfaceMultiFormatStringBuilderFormattableA Message that can render itself in more than one way.Classes in org.apache.logging.log4j.util that implement StringBuilderFormattable Modifier and Type Class Description classTimerPrimarily used in unit tests, but can be used to track elapsed time for a request or portion of any other operation so long as all the timer methods are called on the same thread in which it was started.
-