The output of the LoggerXmlLayout consists of a series of log4php:event elements.
Parameters: $locationInfo.
It does not output a complete well-formed XML file. The output is designed to be included as an external entity in a separate file to form a correct XML file.
Located in /layouts/LoggerXmlLayout.php (line 44)
LoggerLayout | --LoggerXmlLayout
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.
No options to activate.
Formats a LoggerLoggingEvent in conformance with the log4php.dtd.
The XMLLayout prints and does not ignore exceptions. Hence the return value false.
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.
Inherited From LoggerLayout
LoggerLayout::activateOptions()
LoggerLayout::factory()
LoggerLayout::format()
LoggerLayout::getContentType()
LoggerLayout::getFooter()
LoggerLayout::getHeader()
Documentation generated by phpDocumentor 1.3.2