Zend Framework
1.12
|
Public Member Functions | |
_write ($event) | |
Write a message to the log. | |
shutdown () | |
Record shutdown. | |
![]() | |
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. | |
Static Public Member Functions | |
static | factory ($config) |
Create a new instance of Zend_Log_Writer_Mock. | |
Public Attributes | |
$events = array() | |
$shutdown = false | |
Additional Inherited Members | |
![]() | |
_write ($event) | |
Write a message to the log. | |
![]() | |
static | _parseConfig ($config) |
Validate and optionally convert the config to array. | |
![]() | |
$_filters = array() | |
$_formatter | |
_write | ( | $event | ) |
Write a message to the log.
array | $event | event data |
|
static |
Create a new instance of Zend_Log_Writer_Mock.
array | Zend_Config | $config |
Implements Zend_Log_FactoryInterface.
shutdown | ( | ) |
Record shutdown.
$events = array() |
$shutdown = false |