PEAR_PackageFile::setLogger
PEAR_PackageFile::setLogger() – setLogger
Synopsis
require_once '/PackageFile.php';
void
PEAR_PackageFile::setLogger
(
PEAR_Common
&$l
)
Description
set a logging class that matches the signature of PEAR_Common's log() method.
Throws
throws no exceptions thrown
Note
This function can not be called statically.