Re: [log4perl-devel] File appender with parallel processes

2010-03-03 Thread Mike Schilli
On Wed, 3 Mar 2010, Todd Rinaldo wrote: > I have a need for multiple processes to append to the same log file. > This seems like it'd be mostly doable if I use the syswrite feature of > the File appender. The problem is that in order for this to work, I > would think that Log4perl would need to re

[log4perl-devel] File appender with parallel processes

2010-03-03 Thread Todd Rinaldo
I have a need for multiple processes to append to the same log file. This seems like it'd be mostly doable if I use the syswrite feature of the File appender. The problem is that in order for this to work, I would think that Log4perl would need to re-open the file for write on each call. It doesn't