PEAR_Common::log()
PEAR_Common::log() -- Logging method
概要
require_once 'PEAR/common.php'; |
void
PEAR_Common::log (int $level, string $msg)
パラメータ
- integer
$level
log level (0 is quiet, higher is noisier)
- string
$msg
message to write to the log
注意
この関数は、スタティックにコールする
ことはできません。