PEAR_ErrorStack::setLogger()

PEAR_ErrorStack::setLogger()  --  Set up a PEAR::Log object for this error stack

Synopsis

require_once 'PEAR/ErrorStack.php';

void PEAR_ErrorStack::setLogger (Log &$log)

Beschreibung

Set a PEAR::Log object to use for a specific error stack instance

Parameter

Log &$log

Fehler-Meldungen

Es werden keine Exceptions ausgelöst.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.