ch.qos.logback.access.html
Class HTMLLayout
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.LayoutBase<E>
ch.qos.logback.core.html.HTMLLayoutBase<AccessEvent>
ch.qos.logback.access.html.HTMLLayout
- All Implemented Interfaces:
- Layout<AccessEvent>, ContextAware, LifeCycle
public class HTMLLayout
- extends HTMLLayoutBase<AccessEvent>
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
- Author:
- Ceki Gülcü, Sébastien Pennec
Constructor Summary |
HTMLLayout()
Constructs a PatternLayout using the DEFAULT_LAYOUT_PATTERN. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLLayout
public HTMLLayout()
- Constructs a PatternLayout using the DEFAULT_LAYOUT_PATTERN.
getDefaultConverterMap
protected Map<String,String> getDefaultConverterMap()
- Specified by:
getDefaultConverterMap
in class HTMLLayoutBase<AccessEvent>
doLayout
public String doLayout(AccessEvent event)
Copyright © 2005-2010 QOS.ch. All Rights Reserved.