[log4perl-devel] Log::Log4perl conundrum
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
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