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
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