|
| Log ($logfile="", $application="", $function="") |
|
| debug ($string, $args=NULL) |
|
| callstack ($string, $args=NULL) |
|
| info ($string, $args=NULL) |
|
| warning ($string, $args=NULL) |
|
| error ($string, $args=NULL) |
|
| fatal ($string, $args=NULL) |
|
| deprecated ($string, $args=NULL) |
|
| start ($text="") |
|
| tic ($text) |
|
| end ($text) |
|
| push ($string) |
|
| pop () |
|
| wlog ($sta, $str, $args=NULL, $facility=LOG_LOCAL6) |
|
Definition at line 24 of file Class.Log.php.
callstack |
( |
|
$string, |
|
|
|
$args = NULL |
|
) |
| |
debug |
( |
|
$string, |
|
|
|
$args = NULL |
|
) |
| |
deprecated |
( |
|
$string, |
|
|
|
$args = NULL |
|
) |
| |
error |
( |
|
$string, |
|
|
|
$args = NULL |
|
) |
| |
fatal |
( |
|
$string, |
|
|
|
$args = NULL |
|
) |
| |
info |
( |
|
$string, |
|
|
|
$args = NULL |
|
) |
| |
Log |
( |
|
$logfile = "" , |
|
|
|
$application = "" , |
|
|
|
$function = "" |
|
) |
| |
warning |
( |
|
$string, |
|
|
|
$args = NULL |
|
) |
| |
wlog |
( |
|
$sta, |
|
|
|
$str, |
|
|
|
$args = NULL , |
|
|
|
$facility = LOG_LOCAL6 |
|
) |
| |
The documentation for this class was generated from the following file: