ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Formats data into an associative array of scalar values. More...
Public Member Functions | ||||
format (array $record) | ||||
{Formats a log record.
| ||||
Public Member Functions inherited from Monolog\Formatter\NormalizerFormatter | ||||
__construct ($dateFormat=null) | ||||
format (array $record) | ||||
{Formats a log record.
| ||||
formatBatch (array $records) | ||||
{Formats a set of log records.
| ||||
detectAndCleanUtf8 (&$data) | ||||
Detect invalid UTF-8 string characters and convert to valid UTF-8. More... | ||||
Protected Member Functions | |
normalizeValue ($value) | |
Protected Member Functions inherited from Monolog\Formatter\NormalizerFormatter | |
normalize ($data) | |
normalizeException ($e) | |
toJson ($data, $ignoreErrors=false) | |
Return the JSON representation of a value. More... | |
Additional Inherited Members | |
Data Fields inherited from Monolog\Formatter\NormalizerFormatter | |
const | SIMPLE_DATE = "Y-m-d H:i:s" |
Protected Attributes inherited from Monolog\Formatter\NormalizerFormatter | |
$dateFormat | |
Formats data into an associative array of scalar values.
Objects and arrays will be JSON encoded.
Definition at line 20 of file ScalarFormatter.php.
Monolog\Formatter\ScalarFormatter::format | ( | array | $record | ) |
{Formats a log record.
array | $record | A record to format |
Implements Monolog\Formatter\FormatterInterface.
Definition at line 25 of file ScalarFormatter.php.
References Monolog\Formatter\ScalarFormatter\normalizeValue().
|
protected |
mixed | $value |
Definition at line 38 of file ScalarFormatter.php.
References Monolog\Formatter\NormalizerFormatter\normalize(), and Monolog\Formatter\NormalizerFormatter\toJson().
Referenced by Monolog\Formatter\ScalarFormatter\format().