public class HTMLLayout
extends <any>
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(Converter c) |
java.lang.String |
doLayout(ILoggingEvent event) |
protected java.util.Map<java.lang.String,java.lang.String> |
getDefaultConverterMap() |
IThrowableRenderer |
getThrowableRenderer() |
void |
setThrowableRenderer(<any> throwableRenderer) |
void |
start() |
public HTMLLayout()
public void start()
protected java.util.Map<java.lang.String,java.lang.String> getDefaultConverterMap()
public java.lang.String doLayout(ILoggingEvent event)
public IThrowableRenderer getThrowableRenderer()
public void setThrowableRenderer(<any> throwableRenderer)
protected java.lang.String computeConverterName(Converter c)