Package com.logicaldoc.util.log4j
Class LDHtmlLayout.Builder
java.lang.Object
com.logicaldoc.util.log4j.LDHtmlLayout.Builder
- All Implemented Interfaces:
org.apache.logging.log4j.core.util.Builder<LDHtmlLayout>
- Enclosing class:
LDHtmlLayout
public static class LDHtmlLayout.Builder
extends Object
implements org.apache.logging.log4j.core.util.Builder<LDHtmlLayout>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setDatePattern
(String datePattern) setTimezone
(String timezone) withCharset
(Charset charset) withContentType
(String contentType) withFontName
(String fontName) withFontSize
(LDHtmlLayout.FontSize fontSize) withLocationInfo
(boolean locationInfo)
-
Method Details
-
withLocationInfo
-
withTitle
-
withContentType
-
withCharset
-
withFontSize
-
withFontName
-
setDatePattern
-
setTimezone
-
build
- Specified by:
build
in interfaceorg.apache.logging.log4j.core.util.Builder<LDHtmlLayout>
-