Uses of Class
org.apache.logging.log4j.core.layout.AbstractJacksonLayout
-
Packages that use AbstractJacksonLayout Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of AbstractJacksonLayout in org.apache.logging.log4j.core.layout
Subclasses of AbstractJacksonLayout in org.apache.logging.log4j.core.layout Modifier and Type Class Description class
JsonLayout
Note: The JsonLayout should be considered to be deprecated.class
XmlLayout
Appends a series ofevent
elements as defined in the log4j.dtd.class
YamlLayout
Appends a series of YAML events as strings serialized as bytes.Methods in org.apache.logging.log4j.core.layout that return AbstractJacksonLayout Modifier and Type Method Description static AbstractJacksonLayout
YamlLayout. createDefaultLayout()
Creates a YAML Layout using the default settings.static AbstractJacksonLayout
YamlLayout. createLayout(Configuration config, boolean locationInfo, boolean properties, java.lang.String headerPattern, java.lang.String footerPattern, java.nio.charset.Charset charset, boolean includeStacktrace)
Deprecated.UseYamlLayout.newBuilder()
instead
-