Where do I find XML DTDs or Schema references for things like log4net.Appender.FileAppender configuration?
Asked
Active
Viewed 9,319 times
1 Answers
14
In this question someone provides a link (second answer) to a xsd schema definition that you can find here. Log4net does not provide a schema definition as far as I know.

Community
- 1
- 1

Stefan Egli
- 17,398
- 3
- 54
- 75
-
1thanks - out of curiosity how would someone normally get at this info via the log4net website if Stackoverflow did not exist? – Greg Mar 31 '10 at 06:55
-
1I am not quite sure you would find this on the log4net web site :-) – Stefan Egli Mar 31 '10 at 07:20
-
1Is `log4net.xsd` up-to-date? – hellboy Oct 23 '14 at 11:24
-
1I cannot tell for sure, but I do not expect too many changes in log4net (for quite a while the project seemed to be dead). – Stefan Egli Oct 23 '14 at 15:23