Where do I find XML DTDs or Schema references for things like log4net.Appender.FileAppender configuration?
You can configure the log4net. config file to create log files. The file is located in the webroot\App_data directory of the installation.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With