PEAR_ErrorStack::setDefaultLogger()

PEAR_ErrorStack::setDefaultLogger()  --  Set up a PEAR::Log object for all error stacks that don't have one

Referentiesamenvatting

require_once 'PEAR/ErrorStack.php';

void PEAR_ErrorStack::setDefaultLogger (Log &$log)

Beschrijving

Set up a PEAR::Log object for all error stacks that don't have one

Parameter

Log &$log

Throws

No exceptions thrown.

Note

Deze functie zou statisch moeten worden aangeroepen.