PEAR_Frontend::log
PEAR_Frontend::log() – log
Synopsis
require_once '/Frontend.php';
void
PEAR_Frontend::log
(
int
$level
,
string
$msg
,
bool
$append_crlf
= true
)
Description
Log a message in a frontend-specific way. By default, nothing is done.
Parameter
-
integer
$level
-
string
$msg
-
boolean
$append_crlf
Throws
throws no exceptions thrown
Note
This function can not be called statically.