Uses of Class
org.apache.logging.log4j.core.layout.JsonLayout
Packages that use JsonLayout
-
Uses of JsonLayout in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return JsonLayoutModifier and TypeMethodDescriptionJsonLayout.Builder.build()
static JsonLayout
JsonLayout.createDefaultLayout()
Creates a JSON Layout using the default settings.static JsonLayout
JsonLayout.createLayout
(Configuration config, boolean locationInfo, boolean properties, boolean propertiesAsList, boolean complete, boolean compact, boolean eventEol, String headerPattern, String footerPattern, Charset charset, boolean includeStacktrace) Deprecated.
newBuilder()
instead