Public Member Functions

Zend_Log_Formatter_Firebug Class Reference

Inheritance diagram for Zend_Log_Formatter_Firebug:
Zend_Log_Formatter_Interface

Public Member Functions

 format ($event)

Detailed Description

Definition at line 33 of file Firebug.php.


Member Function Documentation

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.

Definition at line 46 of file Firebug.php.


The documentation for this class was generated from the following file: