Zend Framework
1.12
|
Public Member Functions | |
addFilter ($filter) | |
Add a filter specific to this writer. | |
write ($event) | |
Log a message to this writer. | |
setFormatter (Zend_Log_Formatter_Interface $formatter) | |
Set a new formatter for this writer. | |
shutdown () | |
Perform shutdown activites such as closing open resources. | |
Protected Member Functions | |
_write ($event) | |
Write a message to the log. | |
Static Protected Member Functions | |
static | _parseConfig ($config) |
Validate and optionally convert the config to array. | |
Protected Attributes | |
$_filters = array() | |
$_formatter | |
Additional Inherited Members | |
![]() | |
static | factory ($config) |
Construct a Zend_Log driver. | |
|
staticprotected |
Validate and optionally convert the config to array.
array | Zend_Config | $config | Zend_Config or Array |
Zend_Log_Exception |
|
abstractprotected |
Write a message to the log.
array | $event | log data event |
addFilter | ( | $filter | ) |
Add a filter specific to this writer.
Zend_Log_Filter_Interface | $filter |
setFormatter | ( | Zend_Log_Formatter_Interface | $formatter | ) |
Set a new formatter for this writer.
Zend_Log_Formatter_Interface | $formatter |
shutdown | ( | ) |
Perform shutdown activites such as closing open resources.
write | ( | $event | ) |
Log a message to this writer.
array | $event | log data event |
|
protected |
|
protected |