Nlog 调试器目标消息不显示在 DebugView 中(但 Debug.WriteLine 显示)

Nlog debugger target messages do not show in DebugView (but Debug.WriteLine do )

我的程序是一个 c# windows 表单应用程序。我是运行 VS之外的exe。 Nlog 调试器目标消息不显示在 DebugView 中,但直接 Debug.WriteLine 消息显示。 当来自 VS 内部的 运行 应用程序时,两者都显示在 VS 输出控制台上。
任何的想法?谢谢。

Debugger-Target writes to System.Diagnostics.Debugger.Log - Posts a message for the attached debugger.

OutputDebugString-Target writes to OutputDebugString that can be monitored by DebugView(和朋友)