Auth::attachLogObserver()

Auth::attachLogObserver() -- Attach a log observer instance to the internal Log object

Áttekintés

void Auth::attachLogObserver (object &$observer)

Leírás

Attach an instance of a Log_Observer to the internal Log object. This allows the internal logs to be accessed and used as you wish within your application.

Paraméterek

object &$observer

The instance of the Log_Observer to attach to the internal Log object.

Megjegyzés

Ez a függvény nem hívható statikusan.

This function has only been available since version 1.5.0.