From: Mike S. <m...@pe...> - 2004-12-15 19:32:45
|
On Wed, 15 Dec 2004, Bart Parliman wrote: > For the short term this is fine. I'm actually reusing my own > subclass under Log::Dispatch::Output(?) so I could add something > similar there. The main issue is that I may have multiple log > files files that need to be opened at the same time (i.e. so it's > not exactly like a log file that is periodically switched). Not sure if I fully understand the requirements ... isn't it good enough to open them all at startup (or L4p init time)? In any case, I've added remove_appender() yesterday, see the latest tarball: http://www.perlmeister.com/tmp/Log-Log4perl-0.51.tar.gz There's also a paragraph of documentation within the main Log4perl docs on it, especially what to do for appender cleanup. Let me know if it works for you ... -- Mike Mike Schilli m...@pe... |