[log4perl-devel] Log::Log4perl conundrum

2010-04-20 Thread Andrew Whatson
rent log levels. I'm sure there must be some way to do it! Thanks in advance, Andrew -- ___ log4perl-devel mailing list log4perl-devel@lists.sourceforge.net https://lists.s

[log4perl-devel] easy_init problem

2008-08-19 Thread Andrew
As I understand it, calling the following: Log::Log4perl->easy_init({ level => $DEBUG }, { level => $INFO, file=> ">> log.log" }); should create two loggers, the first logging DEBUG and up messages to stderr and the second logging INFO and up to a file called log.log. While this d