Zend Framework  1.12
Public Member Functions | Static Public Member Functions | List of all members
Zend_Log_Formatter_Firebug Class Reference

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.
 

Member Function Documentation

static factory (   $options)
static

Factory for Zend_Log_Formatter_Firebug classe.

Parameters
array | Zend_Config$optionsuseless
Returns
Zend_Log_Formatter_Firebug

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 {

See Also
Zend_Log_Writer_Firebug::setFormatter()} method you can pass as much of the event data as you are interested in.
Parameters
array$eventevent data
Returns
mixed event message

Implements Zend_Log_Formatter_Interface.