Uses of Class
org.apache.logging.log4j.core.layout.HtmlLayout.Builder
-
Packages that use HtmlLayout.Builder Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of HtmlLayout.Builder in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return HtmlLayout.Builder Modifier and Type Method Description static HtmlLayout.Builder
HtmlLayout. newBuilder()
HtmlLayout.Builder
HtmlLayout.Builder. withCharset(Charset charset)
HtmlLayout.Builder
HtmlLayout.Builder. withContentType(String contentType)
HtmlLayout.Builder
HtmlLayout.Builder. withFontName(String fontName)
HtmlLayout.Builder
HtmlLayout.Builder. withFontSize(HtmlLayout.FontSize fontSize)
HtmlLayout.Builder
HtmlLayout.Builder. withLocationInfo(boolean locationInfo)
HtmlLayout.Builder
HtmlLayout.Builder. withTitle(String title)
-