ILIAS  Release_3_10_x_branch Revision 61812
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilAuthLDAPLogObserver Class Reference
+ Inheritance diagram for ilAuthLDAPLogObserver:
+ Collaboration diagram for ilAuthLDAPLogObserver:

Public Member Functions

 __construct ($a_level)
 Constructor.
 notify ($a_event)
 Notify.

Protected Attributes

 $log

Detailed Description

Author
Stefan Meyer smeye.nosp@m.r@da.nosp@m.tabay.nosp@m..de
Version
$Id$

Definition at line 32 of file class.ilAuthLDAPLogObserver.php.

Constructor & Destructor Documentation

ilAuthLDAPLogObserver::__construct (   $a_level)

Constructor.

public

Parameters
intlog level PEAR_AUTH_INFO | PEAR_AUTH_DEBUG

Definition at line 42 of file class.ilAuthLDAPLogObserver.php.

References $ilLog.

{
global $ilLog;
$this->log = $ilLog;
parent::__construct($a_level);
}

Member Function Documentation

ilAuthLDAPLogObserver::notify (   $a_event)

Notify.

public

Parameters

Definition at line 58 of file class.ilAuthLDAPLogObserver.php.

{
$this->log->write($a_event['message']);
$this->messages[] = $a_event;
}

Field Documentation

ilAuthLDAPLogObserver::$log
protected

Definition at line 34 of file class.ilAuthLDAPLogObserver.php.


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