This layout outputs events in a HTML table.
This layout outputs events in a HTML table. Parameters are: $title, $locationInfo.
Located in Program_Root/log4php/layouts/LoggerLayoutHtml.php (line 54)
LoggerLayout | --LoggerLayoutHtml
The LocationInfo option takes a boolean value. default, it is set to false which means there will be no location information output by this layout. true, then the file name and line number of the statement at the origin of the log statement will be output.
The LocationInfo option takes a boolean value. By default, it is set to false which means there will be no location information output by this layout. If the the option is set to true, then the file name and line number of the statement at the origin of the log statement will be output. If you are embedding this layout within a LoggerAppenderMail or a LoggerAppenderMailEvent then make sure to set the LocationInfo option of that appender as well.
The Title option takes a String value. document title of the generated HTML document.
The Title option takes a String value. This option sets the document title of the generated HTML document. Defaults to 'Log4php Log Messages'.
No options to activate.
No options to activate.
Returns the current value of the LocationInfo option.
Returns the current value of the LocationInfo option.
The LocationInfo option takes a boolean value. default, it is set to false which means there will be no location information output by this layout. true, then the file name and line number of the statement at the origin of the log statement will be output.
The LocationInfo option takes a boolean value. By default, it is set to false which means there will be no location information output by this layout. If the the option is set to true, then the file name and line number of the statement at the origin of the log statement will be output. If you are embedding this layout within a LoggerAppenderMail or a LoggerAppenderMailEvent then make sure to set the LocationInfo option of that appender as well.
The Title option takes a String value. document title of the generated HTML document.
The Title option takes a String value. This option sets the document title of the generated HTML document. Defaults to 'Log4php Log Messages'.
Inherited From LoggerLayout
LoggerLayout::activateOptions()
LoggerLayout::factory()
LoggerLayout::format()
LoggerLayout::getContentType()
LoggerLayout::getFooter()
LoggerLayout::getHeader()
Documentation generated on Wed, 24 Sep 2003 20:07:25 +0200 by phpDocumentor 1.2.2