Does the RollingFileAppender (or the FileAppender) have the ability to have several processes all log to the same log file? This would really be helpful, so if we have some bug that involves more than one process. I guess it would have to open the file and prevent others from opening it in read/write mode in order for that to work, and it would probably also need to have retries built into it, so that if one of the other processes is currently writing to it, it keeps on trying.
BTW, I'm using log4net 1.1.1. Not sure if that makes a difference. Thanks in advance, Dan
