I cant find it on Apache's site, it doesn't seem included with the bin or src release... does it not exist?
Asked
Active
Viewed 1,397 times
1 Answers
0
As far as I know, they don't provide an XSD.
Here's an answer with an older XSD from 2008.
-
Well it seems to exist for v1.2.10: http://csharptest.net/downloads/schema/log4net.xsd, I was hoping it would exist for 1.2.11 as there were some things (connection string refs) that I would have preferred validation on. – Jeremy Holovacs Oct 31 '11 at 15:47
-
It wouldn't be hard to download that existing schema, modify it, then use a relative address in your configuration file to reference the schema as I did: http://stackoverflow.com/a/11780781/64348. – Kit Aug 02 '12 at 19:32