PEAR_ErrorStack::setDefaultLogger

PEAR_ErrorStack::setDefaultLogger() – PEAR::Log オブジェクトを生成し、すべてのエラースタックに適用する

Synopsis

require_once 'PEAR/ErrorStack.php';

void PEAR_ErrorStack::setDefaultLogger ( Log &$log )

Description

PEAR::Log オブジェクトを生成し、独自の PEAR::Log オブジェクトを 持っていないすべてのエラースタックに適用します。

Parameter

Log &$log

Throws

No exceptions thrown.

Note

This function should be called statically.