Class ChromePhp

Summary

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

Description

Methods

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

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: string

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