|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Formats data into an associative array of scalar values. More...
Inheritance diagram for Monolog\Formatter\ScalarFormatter:
Collaboration diagram for Monolog\Formatter\ScalarFormatter: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... | ||||
| format (array $record) | ||||
| Formats a log record. More... | ||||
| formatBatch (array $records) | ||||
| Formats a set of log records. More... | ||||
Protected Member Functions | |
| normalizeValue ($value) | |
Protected Member Functions inherited from Monolog\Formatter\NormalizerFormatter | |
| normalize ($data, $depth=0) | |
| 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 |
Reimplemented from Monolog\Formatter\NormalizerFormatter.
Definition at line 25 of file ScalarFormatter.php.
References $key, and Monolog\Formatter\ScalarFormatter\normalizeValue().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function: