Public Member Functions

Zend_Log_Formatter_Interface Interface Reference

Inheritance diagram for Zend_Log_Formatter_Interface:
Zend_Log_Formatter_Firebug Zend_Log_Formatter_Simple Zend_Log_Formatter_Xml

Public Member Functions

 format ($event)

Detailed Description

Definition at line 31 of file Interface.php.


Member Function Documentation

format ( event )

Formats data into a single line to be written by the writer.

Parameters:
array$eventevent data
Returns:
string formatted line to write to the log

Implemented in Zend_Log_Formatter_Firebug, Zend_Log_Formatter_Simple, and Zend_Log_Formatter_Xml.


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