category Zend
package Zend_Log
subpackage Formatter
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Log_Formatter_Abstract

 Methods

Factory for Zend_Log_Formatter_Firebug classe

factory(array|\Zend_Config $options) : \Zend_Log_Formatter_Firebug
Static

Parameters

$options

array\Zend_Config

useless

Returns

\Zend_Log_Formatter_Firebug

This method formats the event for the firebug writer.

format(array $event) : mixed

The default is to just send the message parameter, but through extension of this class and calling the \Zend_Log_Writer_Firebug::setFormatter() method you can pass as much of the event data as you are interested in.

Parameters

$event

array

event data

Returns

mixedevent message