Uses of Class
org.apache.logging.log4j.message.MapMessageJsonFormatter
-
Packages that use MapMessageJsonFormatter Package Description org.apache.logging.log4j.message Public Message Types used for Log4j 2. -
-
Uses of MapMessageJsonFormatter in org.apache.logging.log4j.message
Methods in org.apache.logging.log4j.message that return MapMessageJsonFormatter Modifier and Type Method Description static MapMessageJsonFormatter
MapMessageJsonFormatter. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MapMessageJsonFormatter[]
MapMessageJsonFormatter. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-