/[cvs]/nfo/perl/libs/DesignPattern/Logger.pm
ViewVC logotype

Diff of /nfo/perl/libs/DesignPattern/Logger.pm

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

revision 1.4 by joko, Sat Mar 29 07:16:00 2003 UTC revision 1.5 by joko, Tue May 13 08:40:15 2003 UTC
# Line 2  Line 2 
2  ##  $Id$  ##  $Id$
3  ## ------------------------------------------------------------------------  ## ------------------------------------------------------------------------
4  ##  $Log$  ##  $Log$
5    ##  Revision 1.5  2003/05/13 08:40:15  joko
6    ##  minor update: renamed attribute
7    ##
8  ##  Revision 1.4  2003/03/29 07:16:00  joko  ##  Revision 1.4  2003/03/29 07:16:00  joko
9  ##  minor update: changed default log-file-name to 'perl_app.log'  ##  minor update: changed default log-file-name to 'perl_app.log'
10  ##  ##
# Line 350  sub _configure_LogDispatch { Line 353  sub _configure_LogDispatch {
353          $configurator->{screen_min_level} = 'debug';          $configurator->{screen_min_level} = 'debug';
354        }        }
355                
356        if ($self->{verbose}) {        if ($self->{LOG_VERBOSE}) {
357          $configurator->{verbose} = 1;          $configurator->{verbose} = 1;
358        }        }
359    

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