Uses of Enum
org.apache.logging.log4j.message.MapMessage.MapFormat
Packages that use MapMessage.MapFormat
Package
Description
Provides classes implementing format specifiers in conversion patterns.
Public Message Types used for Log4j 2.
-
Uses of MapMessage.MapFormat in org.apache.logging.log4j.core.pattern
Methods in org.apache.logging.log4j.core.pattern with parameters of type MapMessage.MapFormatModifier and TypeMethodDescriptionstatic MapPatternConverterMapPatternConverter.newInstance(String[] options, MapMessage.MapFormat format) Obtain an instance ofMapPatternConverter. -
Uses of MapMessage.MapFormat in org.apache.logging.log4j.message
Methods in org.apache.logging.log4j.message that return MapMessage.MapFormatModifier and TypeMethodDescriptionprivate MapMessage.MapFormatstatic MapMessage.MapFormatMapMessage.MapFormat.lookupIgnoreCase(String format) Maps a format name to anMapMessage.MapFormatwhile ignoring case.static MapMessage.MapFormatReturns the enum constant of this type with the specified name.static MapMessage.MapFormat[]MapMessage.MapFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.message with parameters of type MapMessage.MapFormatModifier and TypeMethodDescriptionprivate StringBuilderMapMessage.format(MapMessage.MapFormat format, StringBuilder sb) Formats the Structured data as described in RFC 5424.