Re: [log4perl-devel] Log/Log4perl/Appender, uninitialize variable warnings

2011-10-25 Thread Mike Schilli
On Sun, 16 Oct 2011, Carlos Sepulveda Z. wrote: use Log::Log4perl qw(:easy); Log::Log4perl->easy_init($ERROR); my $a; ERROR($a); $ perl t.pl Use of uninitialized value in join or string at Log/Log4perl/Appender.pm line 167. Sorry for the delay on this, I'm working through a backlog of email.

[log4perl-devel] Log/Log4perl/Appender, uninitialize variable warnings

2011-10-23 Thread Carlos Sepulveda Z.
Hi, I'm starting using Log4perl, and get warning about uninitialized value in Appender code. I think this change my program output when activate Log4perl, here is a example: *$ cat t.pl* use Log::Log4perl qw(:easy); Log::Log4perl->easy_init($ERROR); my $a; ERROR($a); *$ perl t.pl* Use of unin