Re: log4net interprocesslock crashing the app

2020-01-21 Thread Denis Levushkin
I do not know details how "InterProcessLock" works really. It is not described well somethere. Best regards ------ Denis Levushkin Software Architect - H&L Lønn Mobile +47 45 83 80 69 | Switchboard +47 46 40 40 00 Visma Software AS Karenslyst Allé 56, 0277

log4net interprocesslock crashing the app

2020-01-21 Thread Denis Levushkin
that fails: if (Log.IsInfoEnabled) Log.Info("New schedule configuration is saved successfully on server."); if I have two such lines of code written within the same function and after the first one file reaches the limit then call of the second will crash the app. Best regards -