I’m trying to send the output to the console (or colouredconsole) … which I’m hoping would (also?) go to the Visual Studio’s Output window for any ASP.NET web site/app/mvc app.
It doesn’t by default, but if I change the target to ‘file’ then it works for sure.
Can NLog output to the Output window for web apps?
You can use this configuration file (nlog.config in the app path):
See also: https://github.com/NLog/NLog/wiki/Debugger-target
-Scott