A few days ago, I was playing around with log4net, the open source framework that allows you to easily log messages in an application.
Since log4net is very configurable, I wanted to have Intellisense in Visual Studio.NET when I'm editing the log4net configuration.
Therefore, I need a schema definition for the log4net XML configuration file so that I can set up the Intellisense for the log4net configuration as I did here for NHibernate.
Unfortunately, it seems that the source of log4net doesn't contain such an XSD.
So, before I take the time and effort to create such an XSD, I wonder if anyone has already made such an XSD for log4net and is willing to share it. :)
2 opmerkingen:
I had the same problem 2 years ago when I tried Log4Net and I'm still using it. I even use it in SQL Server (with custom-made stored procedures, that mimic Log4Net.)
Unfortunately I didn't found a XSD then :(. So if someone has one an would share it, you would make two people happy :)
It seems that somebody else has already taken the effort to create an XSD for log4net.
click
I haven't tested it out yet.
Een reactie posten