/[cvs]/nfo/php/libs/org.netfrag.flib/Application/ErrorHandler.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.flib/Application/ErrorHandler.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by joko, Fri Dec 13 09:19:32 2002 UTC revision 1.4 by joko, Sun Feb 9 17:30:27 2003 UTC
# Line 3  Line 3 
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  //  //
# Line 85  The error message was: $message Line 88  The error message was: $message
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']) {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed