ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Custom line formatter. More...
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. More... | ||||
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... | ||||
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 |
Implements Monolog\Formatter\FormatterInterface.
Definition at line 17 of file class.ilLineFormatter.php.