Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

log4net - where do I find XML DTDs or Schema references for things like log4net.Appender.FileAppender configuration? [duplicate]

Where do I find XML DTDs or Schema references for things like log4net.Appender.FileAppender configuration?

like image 744
Greg Avatar asked Mar 30 '10 23:03

Greg


People also ask

Where to put log4net config file?

You can configure the log4net. config file to create log files. The file is located in the webroot\App_data directory of the installation.

How do I initialize log4net?

Configuration InitializationConfigureAndWatch to initialize log4net setup as per the config setup in your main entry method like main method of program class. Method “ ConfigureAndWatch ” configures log4net using the file specified, monitors the file for changes and reloads the configuration if a change is detected.


1 Answers

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.

like image 111
Stefan Egli Avatar answered Nov 05 '22 23:11

Stefan Egli