Zend Framework
1.12
|
Public Member Functions | |
__construct ($options=array()) | |
Class constructor (the default encoding is UTF-8) | |
getEncoding () | |
Get encoding. | |
setEncoding ($value) | |
Set encoding. | |
format ($event) | |
Formats data into a single line to be written by the writer. | |
Static Public Member Functions | |
static | factory ($options) |
Factory for Zend_Log_Formatter_Xml classe. | |
Protected Attributes | |
$_rootElement | |
$_elementMap | |
$_encoding | |
__construct | ( | $options = array() | ) |
Class constructor (the default encoding is UTF-8)
array | Zend_Config | $options |
|
static |
Factory for Zend_Log_Formatter_Xml classe.
array | Zend_Config | $options |
Implements Zend_Log_FactoryInterface.
format | ( | $event | ) |
Formats data into a single line to be written by the writer.
array | $event | event data |
Implements Zend_Log_Formatter_Interface.
getEncoding | ( | ) |
Get encoding.
setEncoding | ( | $value | ) |
|
protected |
|
protected |
|
protected |