|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.LayoutBase<E>
ch.qos.logback.core.html.HTMLLayoutBase<IAccessEvent>
ch.qos.logback.access.html.HTMLLayout
public class HTMLLayout
HTMLLayout outputs events in an HTML table.
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#AccessHTMLLayout
Field Summary |
---|
Fields inherited from class ch.qos.logback.core.html.HTMLLayoutBase |
---|
counter, cssBuilder, head, pattern, title |
Fields inherited from class ch.qos.logback.core.LayoutBase |
---|
started |
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase |
---|
context |
Constructor Summary | |
---|---|
HTMLLayout()
Constructs a PatternLayout using the DEFAULT_LAYOUT_PATTERN. |
Method Summary | |
---|---|
java.lang.String |
doLayout(IAccessEvent event)
|
protected java.util.Map<java.lang.String,java.lang.String> |
getDefaultConverterMap()
|
Methods inherited from class ch.qos.logback.core.html.HTMLLayoutBase |
---|
computeConverterName, getContentType, getCssBuilder, getEffectiveConverterMap, getFileFooter, getFileHeader, getPattern, getPresentationFooter, getPresentationHeader, getTitle, setCssBuilder, setPattern, setTitle, start, startNewTableIfLimitReached |
Methods inherited from class ch.qos.logback.core.LayoutBase |
---|
getContext, isStarted, setContext, setFileFooter, setFileHeader, setPresentationFooter, setPresentationHeader, stop |
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase |
---|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getDeclaredOrigin, getStatusManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ch.qos.logback.core.spi.ContextAware |
---|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn |
Constructor Detail |
---|
public HTMLLayout()
Method Detail |
---|
protected java.util.Map<java.lang.String,java.lang.String> getDefaultConverterMap()
getDefaultConverterMap
in class HTMLLayoutBase<IAccessEvent>
public java.lang.String doLayout(IAccessEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |