Zend Framework  1.12
Public Member Functions | List of all members
Zend_Log_Formatter_Interface Interface Reference

Public Member Functions

 format ($event)
 Formats data into a single line to be written by the writer.
 

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_Xml, Zend_Log_Formatter_Simple, Zend_Log_Formatter_Firebug, and Zend_Service_WindowsAzure_Log_Formatter_WindowsAzure.