ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
ilAuthLogObserver Class Reference
+ Inheritance diagram for ilAuthLogObserver:
+ Collaboration diagram for ilAuthLogObserver:

Public Member Functions

 notify ($a_event)
 

Detailed Description

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

Definition at line 35 of file class.ilAuthLogObserver.php.

Member Function Documentation

◆ notify()

ilAuthLogObserver::notify (   $a_event)

Definition at line 37 of file class.ilAuthLogObserver.php.

References $ilLog.

38  {
39  global $ilLog;
40 
41  $ilLog->write($a_event['message']);
42  }

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