Class HTMLLayout

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.LayoutBase<IAccessEvent>
ch.qos.logback.core.html.HTMLLayoutBase<IAccessEvent>
ch.qos.logback.access.common.html.HTMLLayout
All Implemented Interfaces:
ch.qos.logback.core.Layout<IAccessEvent>, ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle

public class HTMLLayout extends ch.qos.logback.core.html.HTMLLayoutBase<IAccessEvent>
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