Re: RollingFileAppender overwriting file

2014-05-30 Thread Dominik Psenner
*To:* 'Log4NET User' *Subject:* AW: RollingFileAppender overwriting file Multithreading shouldn’t be an issue. Try this: http://stackoverflow.com/questions/2075603/log4net-process-id-information *Von:* Tim Sirmovics [mailto:t...@axima.com.au t...@axima.com.au] *Gesendet:* Donnerstag, 29

AW: RollingFileAppender overwriting file

2014-05-29 Thread Dominik Psenner
An: Log4NET User Betreff: RE: RollingFileAppender overwriting file I have changed the locking model to InterProcessLock but the problem still occurs. I started logging the thread number and found it is consistently 1 throughout all runs of the application. At this stage with no other ideas I am

RE: RollingFileAppender overwriting file

2014-05-29 Thread Tim Sirmovics
to this could cause the issue? From: Dominik Psenner [mailto:dpsen...@gmail.com] Sent: Thursday, 29 May 2014 10:01 PM To: 'Log4NET User' Subject: AW: RollingFileAppender overwriting file Multithreading shouldn't be an issue. Try this: http://stackoverflow.com/questions/2075603/log4net-process-id-information

RE: RollingFileAppender overwriting file

2014-05-28 Thread Tim Sirmovics
- 12:30 and see if this helps it to roll the log over correctly. From: Dominik Psenner [mailto:dpsen...@gmail.com] Sent: Tuesday, 27 May 2014 04:24 PM To: 'Log4NET User' Subject: AW: RollingFileAppender overwriting file Just to be sure, use an InterProcessLock in your configuration and check