\Monolog\FormatterChromePHPFormatter

Formats a log message according to the ChromePHP array format

Summary

Methods
Properties
Constants
format()
formatBatch()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$logLevels
N/A

Properties

$logLevels

$logLevels : 

Translates Monolog log levels to Wildfire levels.

Type

Methods

format()

format(array  $record) : mixed

Formats a log record.

Parameters

array $record

A record to format

Returns

mixed —

The formatted record

formatBatch()

formatBatch(array  $records) : mixed

Formats a set of log records.

Parameters

array $records

A set of records to format

Returns

mixed —

The formatted set of records