Custom line formatter.
More...
Custom line formatter.
- Author
- Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
- Version
- $Id$
Definition at line 12 of file class.ilLineFormatter.php.
◆ format()
ilLineFormatter::format |
( |
array |
$record | ) |
|
{}
Definition at line 17 of file class.ilLineFormatter.php.
19 if (isset($record[
"extra"][
"trace"])) {
20 $record[
"message"] = $record[
"extra"][
"trace"] .
" " . $record[
"message"];
21 $record[
"extra"] = array();
24 return parent::format($record);
The documentation for this class was generated from the following file: