Use of nlog.xml
I just started playing with nlog, and noticed that nlog.xml file is brought along with nlog.dll into the output folder of the application. It's not too clear for me what that file is needed for and whether i should carry it over as a 开发者_运维技巧part of my app install or can safely remove it. Any ideas?
Thanks, Andrey
Yes, you can remove it from the output. The XML file contains the nlog data for the intellisense.
精彩评论