Public Member Functions |
| __construct ($rootElement= 'logEntry', $elementMap=null, $encoding= 'UTF-8') |
| getEncoding () |
| setEncoding ($value) |
| format ($event) |
Protected Attributes |
| $_rootElement |
| $_elementMap |
| $_encoding |
Detailed Description
Definition at line 34 of file Xml.php.
Constructor & Destructor Documentation
__construct |
( |
$ |
rootElement = 'logEntry' , |
|
|
$ |
elementMap = null , |
|
|
$ |
encoding = 'UTF-8' |
|
) |
| |
Class constructor
- Parameters:
-
string | $rootElement | Name of root element |
array | $elementMap | |
string | $encoding | Encoding to use (defaults to UTF-8) |
Definition at line 58 of file Xml.php.
Member Function Documentation
Formats data into a single line to be written by the writer.
- Parameters:
-
- Returns:
- string formatted line to write to the log
Implements Zend_Log_Formatter_Interface.
Definition at line 93 of file Xml.php.
Get encoding
- Returns:
- string
Definition at line 70 of file Xml.php.
The documentation for this class was generated from the following file:
- E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Log/Formatter/Xml.php