一段时间后,NLog停止运行

时间:2015-12-30 09:41:21

标签: c# .net nlog

我在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

有没有人见过这个?

1 个答案:

答案 0 :(得分:0)

NLog开发人员已经确认这是一个NLog错误:https://github.com/NLog/NLog/issues/1120