public class HTMLLayout
extends org.apache.log4j.Layout
Modifier and Type | Field and Description |
---|---|
protected int |
BUF_SIZE |
protected int |
MAX_CAPACITY |
static String |
TITLE_OPTION
A string constant used in naming the option for setting the the HTML
document title.
|
Constructor and Description |
---|
HTMLLayout() |
Modifier and Type | Method and Description |
---|---|
void |
activateOptions()
No options to activate.
|
String |
format(org.apache.log4j.spi.LoggingEvent event) |
String |
getContentType()
Returns the content type output by this layout, i.e "text/html".
|
String |
getFooter()
Returns the appropriate HTML footers.
|
String |
getHeader()
Returns appropriate HTML headers.
|
boolean |
getLocationInfo()
Returns the current value of the LocationInfo option.
|
String |
getTitle()
Returns the current value of the Title option.
|
boolean |
ignoresThrowable()
The HTML layout handles the throwable contained in logging events.
|
void |
setLocationInfo(boolean flag)
The LocationInfo option takes a boolean value.
|
void |
setTitle(String title)
The Title option takes a String value.
|
protected final int BUF_SIZE
protected final int MAX_CAPACITY
public static final String TITLE_OPTION
public void setLocationInfo(boolean flag)
If you are embedding this layout within an org.apache.log4j.net.SMTPAppender
then make sure to set the
LocationInfo option of that appender as well.
public boolean getLocationInfo()
public void setTitle(String title)
Defaults to 'Log4J Log Messages'.
public String getTitle()
public String getContentType()
getContentType
in class org.apache.log4j.Layout
public void activateOptions()
public String format(org.apache.log4j.spi.LoggingEvent event)
format
in class org.apache.log4j.Layout
public String getHeader()
getHeader
in class org.apache.log4j.Layout
public String getFooter()
getFooter
in class org.apache.log4j.Layout
public boolean ignoresThrowable()
false
.ignoresThrowable
in class org.apache.log4j.Layout
Copyright © 2008-2014 Logical Objects. All Rights Reserved.