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.BuilderHtmlLayout. newBuilder()HtmlLayout.BuilderHtmlLayout.Builder. withCharset(java.nio.charset.Charset charset)HtmlLayout.BuilderHtmlLayout.Builder. withContentType(java.lang.String contentType)HtmlLayout.BuilderHtmlLayout.Builder. withFontName(java.lang.String fontName)HtmlLayout.BuilderHtmlLayout.Builder. withFontSize(HtmlLayout.FontSize fontSize)HtmlLayout.BuilderHtmlLayout.Builder. withLocationInfo(boolean locationInfo)HtmlLayout.BuilderHtmlLayout.Builder. withTitle(java.lang.String title)
-