public static class CustomHTMLLayout.Builder extends Object implements org.apache.logging.log4j.core.util.Builder<CustomHTMLLayout>
Modifier and Type | Method and Description |
---|---|
CustomHTMLLayout |
build() |
CustomHTMLLayout.Builder |
withCharset(Charset charset) |
CustomHTMLLayout.Builder |
withContentType(String contentType) |
CustomHTMLLayout.Builder |
withFontName(String fontName) |
CustomHTMLLayout.Builder |
withFontSize(CustomHTMLLayout.FontSize fontSize) |
CustomHTMLLayout.Builder |
withLocationInfo(boolean locationInfo) |
CustomHTMLLayout.Builder |
withTitle(String title) |
public CustomHTMLLayout.Builder withLocationInfo(boolean locationInfo)
public CustomHTMLLayout.Builder withTitle(String title)
public CustomHTMLLayout.Builder withContentType(String contentType)
public CustomHTMLLayout.Builder withCharset(Charset charset)
public CustomHTMLLayout.Builder withFontSize(CustomHTMLLayout.FontSize fontSize)
public CustomHTMLLayout.Builder withFontName(String fontName)
public CustomHTMLLayout build()
build
in interface org.apache.logging.log4j.core.util.Builder<CustomHTMLLayout>
Copyright © 2016–2021. All rights reserved.