LoggerLayout | --LoggerXmlLayout
Located in File: Program_Root/layout/LoggerXmlLayout.php
The output is designed to be included as an external entity in a separate file to form a correct XML file.
$Revision: 1.3 $Marco Vassura| Class Variable Summary |
$locationInfo
Default Value:
|
| Inherited Class Variable Summary |
| Method Summary |
void activateOptions ( )
No options to activate. |
void format ( $event )
Formats a LoggerEvent in conformance with the log4j.dtd. |
void getLocationInfo ( )
Returns the current value of the LocationInfo option. |
void ignoresThrowable ( )
The XMLLayout prints and does not ignore exceptions. |
void setLocationInfo ( $flag )
The LocationInfo option takes a boolean value. |
| Inherited Method Summary | ||||||||||||||
Inherited From Class LoggerLayout
|
| Method Detail |
void activateOptions( )
Overrides LoggerLayout::activateOptions() (parent method not documented)
No options to activate.[ Top ]
void format( mixed $event)
Overrides LoggerLayout::format() (Override this method to create your own layout format.)
Formats a LoggerEvent in conformance with the log4j.dtd.[ Top ]
void getLocationInfo( )
Returns the current value of the LocationInfo option.[ Top ]
void ignoresThrowable( )
The XMLLayout prints and does not ignore exceptions.Hence the return value .false
[ Top ]
void setLocationInfo( mixed $flag)
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.
[ Top ]
| Variable Detail |
[ Top ]