On Fri, 23 May 2008, Vinodhini M wrote:

> I installed Log4Perl module and tried to init more than one config
> file, only one log file is updating rest of two are empty. Please help
> me on how to init multiple config files and logging to multiple log
> files.

Currently, only one configuration file is supported, if you call init()
more than once, the first configuration will be overwritten by the
second.

This might change, but until we have a solution, you can combine your
config files by reading them into a string and feeding that to
init(\$string).

-- Mike

Mike Schilli
[EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
log4perl-devel mailing list
log4perl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/log4perl-devel

Reply via email to