PEAR_Common::log

PEAR_Common::log() – ログを出力する

Synopsis

require_once 'PEAR/common.php';

void PEAR_Common::log ( int $level , string $msg )

Description

ログ出力用のメソッドです。

Parameter

integer $level

ログレベル (0 は何も出力せず、大きくするほどたくさん出力します)。

string $msg

ログに書き込むメッセージ。

Note

This function can not be called statically.