Uses of Class
org.apache.logging.log4j.core.layout.XmlLayout
Packages that use XmlLayout
-
Uses of XmlLayout in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return XmlLayoutModifier and TypeMethodDescriptionXmlLayout.Builder.build()
static XmlLayout
XmlLayout.createDefaultLayout()
Creates an XML Layout using the default settings.static XmlLayout
XmlLayout.createLayout
(boolean locationInfo, boolean properties, boolean complete, boolean compact, Charset charset, boolean includeStacktrace) Deprecated.
newBuilder()
instead