java.lang.Objectorg.apache.log4j.Layout
org.apache.log4j.HTMLLayout
All Implemented Interfaces:
OptionHandler
Ceki - Gülcü| Field Summary | ||
|---|---|---|
| protected final int | BUF_SIZE | |
| protected final int | MAX_CAPACITY | |
| static String | TRACE_PREFIX | |
| public static final String | LOCATION_INFO_OPTION | A string constant used in naming the option for setting the the
location information flag. Current value of this string
constant is LocationInfo.
Note that all option keys are case sensitive. |
| public static final String | TITLE_OPTION | A string constant used in naming the option for setting the the HTML document title. Current value of this string constant is Title. |
| boolean | locationInfo | |
| String | title | |
| Fields inherited from org.apache.log4j.Layout: |
|---|
| LINE_SEP, LINE_SEP_LEN |
| Method from org.apache.log4j.HTMLLayout Summary: |
|---|
| activateOptions, appendThrowableAsHTML, format, getContentType, getFooter, getHeader, getLocationInfo, getTitle, ignoresThrowable, setLocationInfo, setTitle |
| Methods from org.apache.log4j.Layout: |
|---|
| format, getContentType, getFooter, getHeader, ignoresThrowable |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.log4j.HTMLLayout Detail: |
|---|
|
|
|
|
|
|
|
|
false. |
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. |
Defaults to 'Log4J Log Messages'. |