Fully Qualified Name: | Zend\Log\Formatter\FirePhp |
Implements: | FormatterInterface |
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 |
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.
This method is implemented for FormatterInterface but not used.
Returns: string
This method is implemented for FormatterInterface but not used.
Parameter Name | Type | Description |
---|---|---|
$dateTimeFormat | string |
Returns: \FormatterInterface