Inheritance diagram for ilAuthLDAPLogObserver:
Collaboration diagram for ilAuthLDAPLogObserver:Public Member Functions | |
| __construct ($a_level) | |
| Constructor. | |
| notify ($a_event) | |
| Notify. | |
Protected Attributes | |
| $log | |
Definition at line 32 of file class.ilAuthLDAPLogObserver.php.
| ilAuthLDAPLogObserver::__construct | ( | $ | a_level | ) |
Constructor.
public
| 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);
}
| ilAuthLDAPLogObserver::notify | ( | $ | a_event | ) |
Notify.
public
Definition at line 58 of file class.ilAuthLDAPLogObserver.php.
{
$this->log->write('PEAR LDAP: '.$a_event['message']);
$this->messages[] = $a_event;
}
ilAuthLDAPLogObserver::$log [protected] |
Definition at line 34 of file class.ilAuthLDAPLogObserver.php.
1.7.1