Uses of Interface
org.apache.logging.log4j.util.StringBuilderFormattable
Packages that use StringBuilderFormattable
Package
Description
Public API for Log4j 2.
Public Message Types used for Log4j 2.
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
Internal utility classes for the Log4j 2 API.
-
Uses of StringBuilderFormattable in org.apache.logging.log4j
Classes in org.apache.logging.log4j that implement StringBuilderFormattableModifier and TypeClassDescriptionstatic classConsider this class private, it is only public to satisfy Jackson for XML and JSON IO. -
Uses of StringBuilderFormattable in org.apache.logging.log4j.message
Subinterfaces of StringBuilderFormattable in org.apache.logging.log4j.messageModifier and TypeInterfaceDescriptioninterfaceMessages implementing this interface are reused between logging calls.Classes in org.apache.logging.log4j.message that implement StringBuilderFormattableModifier and TypeClassDescriptionclassMapMessage<M extends MapMessage<M,V>, V> Represents a Message that consists of a Map.classHandles messages that contain an Object.classAMessageaccepting argument placeholders in the formatting pattern.classMutable Message wrapper around an Object message.classReusable parameterized message.classMutable Message wrapper around a String message.classThe simplest possible implementation of Message.classAStringMapMessagetyped toString-only values.classA collection of StructuredDataMessages.classThe StructuredData identifier.classRepresents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.classCaptures information about all running Threads. -
Uses of StringBuilderFormattable in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement StringBuilderFormattableModifier and TypeClassDescriptionclassA 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.classTODO -
Uses of StringBuilderFormattable in org.apache.logging.log4j.util
Subinterfaces of StringBuilderFormattable in org.apache.logging.log4j.utilModifier and TypeInterfaceDescriptioninterfaceA Message that can render itself in more than one way.Classes in org.apache.logging.log4j.util that implement StringBuilderFormattableModifier and TypeClassDescriptionclassPrimarily 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.