On Wed, 5 Jun 2013, Arthur Rance wrote:
I'd like to create a $logger which is independant from the rootLogger.
It doesn't work :
Hi Arthur,
you've run into a "logger additivity" issue, check out this FAQ and if
you use the "additivity" setting suggested there, I'm sure you'll get
what you exp
Hello,
I'd like to create a $logger which is independant from the rootLogger. It
doesn't work :
#!/usr/bin/perl
use strict;
use warnings;
use Log::Log4perl;
my $log_conf = q/
log4perl.rootLogger = INFO, Screen1
log4perl.appender.Screen1 = Log::Log4perl::Appender::Screen