Uses of Class
org.apache.logging.log4j.message.MapMessage
-
Packages that use MapMessage Package Description org.apache.logging.log4j.core.filter Log4j 2 Filter support.org.apache.logging.log4j.message Public Message Types used for Log4j 2. -
-
Uses of MapMessage in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter with parameters of type MapMessage Modifier and Type Method Description protected boolean
MapFilter. filter(MapMessage<?,?> mapMessage)
-
Uses of MapMessage in org.apache.logging.log4j.message
Classes in org.apache.logging.log4j.message with type parameters of type MapMessage Modifier and Type Class Description class
MapMessage<M extends MapMessage<M,V>,V>
Represents a Message that consists of a Map.Subclasses of MapMessage in org.apache.logging.log4j.message Modifier and Type Class Description 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.
-