public class HTMLLayout extends ch.qos.logback.core.html.HTMLLayoutBase<ILoggingEvent>
The content of the table
columns are specified using a conversion pattern. See
PatternLayout for documentation on the
available patterns.
For more information about this layout, please refer to the online manual at http://logback.qos.ch/manual/layouts.html#ClassicHTMLLayout
| Constructor and Description |
|---|
HTMLLayout()
Constructs a PatternLayout using the DEFAULT_LAYOUT_PATTERN.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
computeConverterName(ch.qos.logback.core.pattern.Converter c) |
java.lang.String |
doLayout(ILoggingEvent event) |
protected java.util.Map<java.lang.String,java.lang.String> |
getDefaultConverterMap() |
ch.qos.logback.core.html.IThrowableRenderer |
getThrowableRenderer() |
void |
setThrowableRenderer(ch.qos.logback.core.html.IThrowableRenderer<ILoggingEvent> throwableRenderer) |
void |
start() |
getContentType, getCssBuilder, getEffectiveConverterMap, getFileFooter, getFileHeader, getPattern, getPresentationFooter, getPresentationHeader, getTitle, setCssBuilder, setPattern, setTitle, startNewTableIfLimitReachedgetContext, isStarted, setContext, setFileFooter, setFileHeader, setPresentationFooter, setPresentationHeader, stopaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getDeclaredOrigin, getStatusManagerpublic HTMLLayout()
public void start()
start in interface ch.qos.logback.core.spi.LifeCyclestart in class ch.qos.logback.core.html.HTMLLayoutBase<ILoggingEvent>protected java.util.Map<java.lang.String,java.lang.String> getDefaultConverterMap()
getDefaultConverterMap in class ch.qos.logback.core.html.HTMLLayoutBase<ILoggingEvent>public java.lang.String doLayout(ILoggingEvent event)
public ch.qos.logback.core.html.IThrowableRenderer getThrowableRenderer()
public void setThrowableRenderer(ch.qos.logback.core.html.IThrowableRenderer<ILoggingEvent> throwableRenderer)
protected java.lang.String computeConverterName(ch.qos.logback.core.pattern.Converter c)
computeConverterName in class ch.qos.logback.core.html.HTMLLayoutBase<ILoggingEvent>