How to configure nlog in .netcore?
Answers
Brian
2376
Points
13
Posts
|
Update NLog 4.4 this is possible in one line (LayoutRenderer.Register) And Add in program.cs LayoutRenderer.Register("basedir", (logEvent) => env.ContentRootPath);
Posted On:
15-Apr-2018 04:00
Also, if still not working, please change the temp folder name to \temp1\ in nlog.config file - Rahul Maurya 27-Jun-2018 06:29
Great guys. It's worked for me. - Smith 27-Jun-2018 06:31
|
Blog
Active User (0)
No Active User!