| 3 |
// $Id$ |
// $Id$ |
| 4 |
// ------------------------------------------------------------------------- |
// ------------------------------------------------------------------------- |
| 5 |
// $Log$ |
// $Log$ |
| 6 |
|
// Revision 1.4 2003/02/09 17:30:27 joko |
| 7 |
|
// + minor update related to new log level constants |
| 8 |
|
// |
| 9 |
// Revision 1.3 2002/12/13 09:19:32 joko |
// Revision 1.3 2002/12/13 09:19:32 joko |
| 10 |
// + debugging |
// + debugging |
| 11 |
// |
// |
| 88 |
if (isset($this->site)) { |
if (isset($this->site)) { |
| 89 |
|
|
| 90 |
// logging mechanism |
// logging mechanism |
| 91 |
$this->site->log($phperror, LOG_ERR); |
$this->site->log($phperror, PEAR_LOG_ERR); |
| 92 |
|
|
| 93 |
// redirection to "STDOUT", make html for output |
// redirection to "STDOUT", make html for output |
| 94 |
if ($this->site->config['mode']['PHPERRORS_LEVEL']) { |
if ($this->site->config['mode']['PHPERRORS_LEVEL']) { |