ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Formats a log message according to the ChromePHP array format. More...
Public Member Functions | ||||
format (array $record) | ||||
{Formats a log record.
| ||||
formatBatch (array $records) | ||||
Formats a set of log records. More... | ||||
Private Attributes | |
$logLevels | |
Translates Monolog log levels to Wildfire levels. More... | |
Formats a log message according to the ChromePHP array format.
Definition at line 21 of file ChromePHPFormatter.php.
Monolog\Formatter\ChromePHPFormatter::format | ( | array | $record | ) |
{Formats a log record.
array | $record | A record to format |
Implements Monolog\Formatter\FormatterInterface.
Definition at line 40 of file ChromePHPFormatter.php.
References $message, and array.
Referenced by Monolog\Formatter\ChromePHPFormatter\formatBatch().
Monolog\Formatter\ChromePHPFormatter::formatBatch | ( | array | $records | ) |
Formats a set of log records.
array | $records | A set of records to format |
Implements Monolog\Formatter\FormatterInterface.
Definition at line 68 of file ChromePHPFormatter.php.
References array, and Monolog\Formatter\ChromePHPFormatter\format().
|
private |
Translates Monolog log levels to Wildfire levels.
Definition at line 26 of file ChromePHPFormatter.php.