Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vs2010 using log4net with Intellisense

I'm using vs2010 and I need to log a multithreading application. So I decided to use log4net, but as I'm not used to work with this, Intellisense is gonna be worth.

I download the .xsd from http://csharptest.net/downloads/schema/log4net.xsd and put this in VSFolder/Xml/Schemas. But, how can I say to my log4net.config to use the XSD Schema?

like image 314
Custodio Avatar asked Jun 04 '10 18:06

Custodio


1 Answers

Use the menu XML -> Schemas...

The menu is only there if you have the config file (or any other xml file) open.

like image 124
Stefan Egli Avatar answered Sep 28 '22 10:09

Stefan Egli