I have a C# application who logs using the NLog
library.
Due to a lack of disk space, the logging has stopped. That's ok, but now it seems that, even after disk cleanup, the logging does not start again: the application needs to be restarted for the logging to restart.
Is there a version of the NLog
library which solves this issue?
Version information: currently I'm working with NLog.4.6.0
.
Thanks in advance
P.s. seen the importance of this issue, I've also created an NLog bug report for this issue.