/[cvs]/nfo/php/libs/org.netfrag.flib/utils/shortcuts.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.flib/utils/shortcuts.php

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

revision 1.4 by joko, Thu Feb 13 21:55:52 2003 UTC revision 1.5 by joko, Fri Apr 11 01:29:13 2003 UTC
# Line 3  Line 3 
3  ##    $Id$  ##    $Id$
4  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
5  ##    $Log$  ##    $Log$
6    ##    Revision 1.5  2003/04/11 01:29:13  joko
7    ##    moved function 'logp' to org.netfrag.glib:utils/extensions.php
8    ##
9  ##    Revision 1.4  2003/02/13 21:55:52  joko  ##    Revision 1.4  2003/02/13 21:55:52  joko
10  ##    + logging now via the global app instance  ##    + logging now via the global app instance
11  ##  ##
# Line 54  Line 57 
57      return $site->getLink( $key, $attribs );      return $site->getLink( $key, $attribs );
58    }    }
59    
 // wrapper-function for getting the logger instance  
   function logp($string, $level = PEAR_LOG_DEBUG) {  
     global $app;  
     $app->log($string, $level);  
   }  
   
60    function dprint($message, $level = E_USER_NOTICE) {    function dprint($message, $level = E_USER_NOTICE) {
61      //debug_append($message, $level);      //debug_append($message, $level);
62      trigger_error($message, $level);      trigger_error($message, $level);

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

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