From: Mike S. <m...@pe...> - 2008-10-16 15:34:57
|
On Thu, 16 Oct 2008, Rob Coops wrote: > So my question is; is log4perl thread safe when using the standard > file appender module with it? I've never tested running Log4perl with Perl threads, so the answer is probably "no" :). It would be great if you could provide test results / bug reports of running Log4perl with Perl threads, though. That being said, there are synchronization mechanisms for file appenders: http://log4perl.sourceforge.net/d/Log/Log4perl/FAQ.html#23804 -- Mike Mike Schilli m...@pe... |