Re: [log4perl-devel] Logging to Multiple Log Files

2008-09-18 Thread Mike Schilli
On Wed, 17 Sep 2008, William Reardon wrote: > Using log4perl, is it possible to have multiple log files/Logfile > appenders? E.g., most logging goes to 'my_application.log', but with > something like 'get_logger( "SPECIAL" )' I can route messages to > 'special.log'? Sure, that's a common case: J

[log4perl-devel] Logging to Multiple Log Files

2008-09-18 Thread William Reardon
Using log4perl, is it possible to have multiple log files/Logfile appenders? E.g., most logging goes to 'my_application.log', but with something like 'get_logger( "SPECIAL" )' I can route messages to 'special.log'? Apologies if this is a stupid question -- I tried search the docs & list archi