|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Custom line formatter. More...
Inheritance diagram for ilLineFormatter:
Collaboration diagram for ilLineFormatter:Public Member Functions | ||||
| format (array $record) | ||||
{{{Formats a log record.
| ||||
Public Member Functions inherited from Monolog\Formatter\LineFormatter | ||||
| __construct ($format=null, $dateFormat=null, $allowInlineLineBreaks=false, $ignoreEmptyContextAndExtra=false) | ||||
| includeStacktraces ($include=true) | ||||
| allowInlineLineBreaks ($allow=true) | ||||
| ignoreEmptyContextAndExtra ($ignore=true) | ||||
| format (array $record) | ||||
{{Formats a log record.
| ||||
| formatBatch (array $records) | ||||
{{Formats a set of log records.
| ||||
| stringify ($value) | ||||
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... | ||||
Additional Inherited Members | |
Data Fields inherited from Monolog\Formatter\LineFormatter | |
| const | SIMPLE_FORMAT = "[%datetime%] %channel%.%level_name%: %message% %context% %extra%\n" |
Data Fields inherited from Monolog\Formatter\NormalizerFormatter | |
| const | SIMPLE_DATE = "Y-m-d H:i:s" |
Protected Member Functions inherited from Monolog\Formatter\LineFormatter | |
| normalizeException ($e) | |
| convertToString ($data) | |
| replaceNewlines ($str) | |
Protected Member Functions inherited from Monolog\Formatter\NormalizerFormatter | |
| normalize ($data) | |
| normalizeException ($e) | |
| toJson ($data, $ignoreErrors=false) | |
| Return the JSON representation of a value. More... | |
Protected Attributes inherited from Monolog\Formatter\LineFormatter | |
| $format | |
| $allowInlineLineBreaks | |
| $ignoreEmptyContextAndExtra | |
| $includeStacktraces | |
Protected Attributes inherited from Monolog\Formatter\NormalizerFormatter | |
| $dateFormat | |
| ilLineFormatter::format | ( | array | $record | ) |
{{{Formats a log record.
| array | $record | A record to format |
Reimplemented from Monolog\Formatter\LineFormatter.
Definition at line 17 of file class.ilLineFormatter.php.