Public Member Functions | Protected Attributes

ilAuthLDAPLogObserver Class Reference
[Services/LDAP]

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 <smeyer@databay.de>
Version:
$Id$

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


Constructor & Destructor Documentation

ilAuthLDAPLogObserver::__construct ( a_level  ) 

Constructor.

public

Parameters:
int log 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('PEAR LDAP: '.$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: