Uses of Interface
org.apache.logging.log4j.message.MultiformatMessage
-
Packages that use MultiformatMessage Package Description org.apache.logging.log4j.message Public Message Types used for Log4j 2.org.apache.logging.log4j.util Internal utility classes for the Log4j 2 API. -
-
Uses of MultiformatMessage in org.apache.logging.log4j.message
Classes in org.apache.logging.log4j.message that implement MultiformatMessage Modifier and Type Class Description class
MapMessage<M extends MapMessage<M,V>,V>
Represents a Message that consists of a Map.class
StringMapMessage
AStringMapMessage
typed toString
-only values.class
StructuredDataMessage
Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message. -
Uses of MultiformatMessage in org.apache.logging.log4j.util
Subinterfaces of MultiformatMessage in org.apache.logging.log4j.util Modifier and Type Interface Description interface
MultiFormatStringBuilderFormattable
A Message that can render itself in more than one way.
-