ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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)
 {} More...
 

Detailed Description

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.

Member Function Documentation

◆ format()

ilLineFormatter::format ( array  $record)

{}

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

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

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