~vcs-imports/mysql-mmm/2.0

« back to all changes in this revision

Viewing changes to lib/Common/Log.pm

  • Committer: mail at pascalhofmann
  • Date: 2009-02-06 17:46:25 UTC
  • Revision ID: vcs-imports@canonical.com-20090206174625-6xdbldxussq9mx0f
ph:
- illustrations for documentation 
- Documentation update (requirements, logging configuration, ...)
- Log message if check enters unknown state
- change version to 2.0.0 instead of 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
sub debug() {
76
76
        my $stdout_appender =  Log::Log4perl::Appender->new(
77
77
                'Log::Log4perl::Appender::Screen',
78
 
                name      => 'screenlog',
 
78
                name      => 'ScreenLog',
79
79
                stderr    => 0
80
80
        );
81
81
        my $layout = Log::Log4perl::Layout::PatternLayout->new('%d %m%n');