I am trying to insert Logs via NLOG to azure application insight in console application. But it is not inserting to Application insight where as same code working when using ColouredConsole to show log sin console window.
Tried with programmatically as well, but still logs not going to Application insight.
Reference link : https://github.com/Microsoft/ApplicationInsights-dotnet-logging Under NLOG code followed.


