Class FirePhp

Summary

Fully Qualified Name: Zend\Log\Formatter\FirePhp
Implements: FormatterInterface

Description

Methods

Name Description Defined By
format() Formats the given event data into a single line to be written by the writer. FirePhp
getDateTimeFormat() This method is implemented for FormatterInterface but not used. FirePhp
setDateTimeFormat() This method is implemented for FormatterInterface but not used. FirePhp

Method Details

format()

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

Parameter Name Type Description
$event array The

Returns: array line message and optionally label if 'extra' data exists.

getDateTimeFormat()

This method is implemented for FormatterInterface but not used.

Returns: string

setDateTimeFormat()

This method is implemented for FormatterInterface but not used.

Parameter Name Type Description
$dateTimeFormat string

Returns: \FormatterInterface

Top