AspNetCoreNlog
AspNetCoreNlog copied to clipboard
NLog not working in Asp.net Core2.1
Hi, I used Nlog in my project (Asp.net Core 2.1) so it not working. Is NLog supported for ASP .NET CORE 2.1? . Can you help me?
My pj: https://github.com/vankhanhpr/SalaryTest.git
Make sure to change File-properties for NLog.config
-file to Copy Always to output.
See also: https://github.com/NLog/NLog/wiki/Logging-troubleshooting
Make sure to change File-properties for
NLog.config
-file to Copy Always to output.See also: https://github.com/NLog/NLog/wiki/Logging-troubleshooting
Thank you, I will try it.
Hi @vankhanhpr I updated this repo to use 3.1 If you look in the history, the version before the update, with the nuget packages used will work with 2.1.
Greetings Damien
Thank you so much!