Uses of Class
org.apache.logging.log4j.core.layout.HtmlLayout.Builder
Packages that use HtmlLayout.Builder
-
Uses of HtmlLayout.Builder in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return HtmlLayout.BuilderModifier and TypeMethodDescriptionstatic HtmlLayout.BuilderHtmlLayout.newBuilder()HtmlLayout.Builder.setCharset(Charset charset) HtmlLayout.Builder.setContentType(String contentType) HtmlLayout.Builder.setDatePattern(String datePattern) HtmlLayout.Builder.setFontName(String fontName) HtmlLayout.Builder.setFontSize(HtmlLayout.FontSize fontSize) HtmlLayout.Builder.setLocationInfo(boolean locationInfo) HtmlLayout.Builder.setTimezone(String timezone) HtmlLayout.Builder.withCharset(Charset charset) Deprecated.HtmlLayout.Builder.withContentType(String contentType) Deprecated.since 2.26.0 usesetContentType(String).HtmlLayout.Builder.withFontName(String fontName) Deprecated.since 2.26.0 usesetFontName(String).HtmlLayout.Builder.withFontSize(HtmlLayout.FontSize fontSize) Deprecated.since 2.26.0 usesetFontSize(FontSize).HtmlLayout.Builder.withLocationInfo(boolean locationInfo) Deprecated.since 2.26.0 usesetLocationInfo(boolean).Deprecated.since 2.26.0 usesetTitle(String).
setCharset(Charset).