Re: log4net interprocesslock crashing the app

2020-01-21 Thread Denis Levushkin
Hi, Thank you very much for reply. Yes, "ExclusiveLock" works find. We will use it instead as you suggested. It will work faster of course. However, I still do not understand why "InterProcessLock" locking model crashing the app. From my viewpoint it shouldn't. Maybe , I do not know details how "

Re: log4net interprocesslock crashing the app

2020-01-21 Thread Ron Grabowski
Why can't you use the default, ExclusiveLock? log4net automatically manages writing messages from different threads in the same process. InterProcessLock is for a specific use case where more than one process is trying to write to the same file. In that case writing to multiple files and combin

log4net interprocesslock crashing the app

2020-01-21 Thread Denis Levushkin
Hi, I have discovered a problem with "interprocesslock" locking model used in our project for File appender. I will appreciate if you could investigate the issue and let me know what is wrong. Maybe it is a bug within log4net dll. ISSUE: If file appender is configured with "" and "" Then split