Uses of Class
org.apache.logging.log4j.core.layout.HtmlLayout
-
Packages that use HtmlLayout Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of HtmlLayout in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return HtmlLayout Modifier and Type Method Description HtmlLayout
HtmlLayout.Builder. build()
static HtmlLayout
HtmlLayout. createDefaultLayout()
Creates an HTML Layout using the default settings.static HtmlLayout
HtmlLayout. createLayout(boolean locationInfo, String title, String contentType, Charset charset, String fontSize, String font)
Creates an HTML Layout.
-