Zend Framework
1.12
|
Public Member Functions | |
format ($event) | |
This method formats the event for the firebug writer. | |
Static Public Member Functions | |
static | factory ($options) |
Factory for Zend_Log_Formatter_Firebug classe. | |
|
static |
Factory for Zend_Log_Formatter_Firebug classe.
array | Zend_Config | $options | useless |
Implements Zend_Log_FactoryInterface.
format | ( | $event | ) |
This method formats the event for the firebug writer.
The default is to just send the message parameter, but through extension of this class and calling the {
array | $event | event data |
Implements Zend_Log_Formatter_Interface.