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 SummaryModifier and TypeMethodDescriptionbuild()setDatePattern(String datePattern) setTimezone(String timezone) withCharset(Charset charset) withContentType(String contentType) withFontName(String fontName) withFontSize(LDHtmlLayout.FontSize fontSize) withLocationInfo(boolean locationInfo) Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.logging.log4j.core.util.BuildergetErrorPrefix, isValid
- 
Method Details- 
withLocationInfo
- 
withTitle
- 
withContentType
- 
withCharset
- 
withFontSize
- 
withFontName
- 
setDatePattern
- 
setTimezone
- 
build- Specified by:
- buildin interface- org.apache.logging.log4j.core.util.Builder<LDHtmlLayout>
 
 
-