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 useHtmlLayout.Builder.setContentType(String).HtmlLayout.Builder.withFontName(String fontName) Deprecated.since 2.26.0 useHtmlLayout.Builder.setFontName(String).HtmlLayout.Builder.withFontSize(HtmlLayout.FontSize fontSize) Deprecated.since 2.26.0 useHtmlLayout.Builder.setFontSize(FontSize).HtmlLayout.Builder.withLocationInfo(boolean locationInfo) Deprecated.since 2.26.0 useHtmlLayout.Builder.setLocationInfo(boolean).Deprecated.since 2.26.0 useHtmlLayout.Builder.setTitle(String).
HtmlLayout.Builder.setCharset(Charset).