我在Windows上的.NET 4.5 C#项目中使用NLog 4.2.2。
一段时间后(例如12小时),NLog停止向日志文件写入消息。如果我启用CLR异常,只要代码调用NLog发出消息,我就会收到以下异常:
A first chance exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: Path cannot be the empty string or all whitespace.
堆栈跟踪仅提及System.IO.Directory.CreateDirectory(String path)
。
以下是我使用的NLog配置文件:https://gist.github.com/dictoon/2cb39c9d1da52a651ac3
有没有人见过这个?