RE: RollingFileAppender Problems using Multiple App Instances

2005-04-16 Thread Nicko Cadell
14 April 2005 16:41 > To: Log4NET User > Subject: Re: RollingFileAppender Problems using Multiple App Instances > > Hi, > > The %processid approach seems like a nice way at first, but > this would cause an explosion of logfiles. > > My solution is to append an extra P

Re: RollingFileAppender Problems using Multiple App Instances

2005-04-14 Thread p.reuse
test version of log4net from CVS which supports using a patterned string to add the process id to the file name as follows: Nicko -Original Message- From: Nick Jagger [mailto:[EMAIL PROTECTED]] Sent: 03 March 2005 10:53 To: log4net-user@logging.apache.org Subject: RollingFileAppender

RE: RollingFileAppender Problems using Multiple App Instances

2005-03-07 Thread Nick Jagger
n't a problem. Thanks anyway... -Original Message- From: Nicko Cadell [mailto:[EMAIL PROTECTED] Sent: 06 March 2005 21:02 To: Log4NET User Subject: RE: RollingFileAppender Problems using Multiple App Instances The FileAppender (and RollingFileAppender) takes an exclusive lock on the o

RE: RollingFileAppender Problems using Multiple App Instances

2005-03-06 Thread Nicko Cadell
the process id to the file name as follows: Nicko > -Original Message- > From: Nick Jagger [mailto:[EMAIL PROTECTED] > Sent: 03 March 2005 10:53 > To: log4net-user@logging.apache.org > Subject: RollingFileAppender Problems using Multiple App Instances > > Hi, >

RollingFileAppender Problems using Multiple App Instances

2005-03-03 Thread Nick Jagger
Hi, I'm having problems trying to log to a log file using multiple instances of an .exe. I've seen this problem on the forum a few times but unfortunately can't seem to find any satisfactory answers. Some solutions point to using a RemotingAppender but unfortunately a) I'm having trouble findi