PEAR_Common::log

PEAR_Common::log() – Logging method

Synopsis

require_once 'PEAR/common.php';

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

Description

Logging method.

Parameter

integer $level

log level (0 is quiet, higher is noisier)

string $msg

message to write to the log

Note

This function can not be called statically.

Returns information about a package file (Previous) Create a directory and necessary parent directories (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.