ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilLineFormatter Class Reference

Custom line formatter. More...

+ Inheritance diagram for ilLineFormatter:
+ Collaboration diagram for ilLineFormatter:

Public Member Functions

 format (array $record)
 

Detailed Description

Custom line formatter.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e

Definition at line 15 of file class.ilLineFormatter.php.

Member Function Documentation

◆ format()

ilLineFormatter::format ( array  $record)

Definition at line 20 of file class.ilLineFormatter.php.

20  : string
21  {
22  if (isset($record["extra"]["trace"])) {
23  $record["message"] = $record["extra"]["trace"] . " " . $record["message"];
24  $record["extra"] = array();
25  }
26  return parent::format($record);
27  }

The documentation for this class was generated from the following file: