PEAR_Frontend::log()

PEAR_Frontend::log()  -- log

概要

require_once '/Frontend.php';

void PEAR_Frontend::log (int $level, string $msg, bool [$append_crlf = TRUE])

説明

Log a message in a frontend-specific way. By default, nothing is done.

パラメータ

integer $level

string $msg

boolean $append_crlf

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。