Uses of Class
org.apache.logging.log4j.core.layout.AbstractJacksonLayout
Packages that use AbstractJacksonLayout
-
Uses of AbstractJacksonLayout in org.apache.logging.log4j.core.layout
Subclasses of AbstractJacksonLayout in org.apache.logging.log4j.core.layoutModifier and TypeClassDescriptionfinal class
Note: The JsonLayout should be considered to be deprecated.final class
Appends a series ofevent
elements as defined in the log4j.dtd.final class
Appends a series of YAML events as strings serialized as bytes.Methods in org.apache.logging.log4j.core.layout that return AbstractJacksonLayoutModifier and TypeMethodDescriptionstatic AbstractJacksonLayout
YamlLayout.createDefaultLayout()
Creates a YAML Layout using the default settings.static AbstractJacksonLayout
YamlLayout.createLayout
(Configuration config, boolean locationInfo, boolean properties, String headerPattern, String footerPattern, Charset charset, boolean includeStacktrace) Deprecated.
YamlLayout.newBuilder()
instead