0

I cant find it on Apache's site, it doesn't seem included with the bin or src release... does it not exist?

Jeremy Holovacs
  • 22,480
  • 33
  • 117
  • 254

1 Answers1

0

As far as I know, they don't provide an XSD.

Here's an answer with an older XSD from 2008.

Community
  • 1
  • 1
Silas
  • 1,140
  • 11
  • 12
  • 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