Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use of nlog.xml

Tags:

nlog

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

like image 772
Andrey Avatar asked Feb 05 '10 19:02

Andrey


1 Answers

Yes, you can remove it from the output. The XML file contains the nlog data for the intellisense.

like image 97
Sunny Milenov Avatar answered Nov 23 '22 14:11

Sunny Milenov