I would like to store log4net config data in my application.config file. Based on my understanding of the documentation, I did the following:
Add a referenc
All appender names must be reflected in the root section.
In your case the appender name is EventLogAppender but in the
You can add multiple appenders to your log config but you need to register each of them in the section.
You can also refer to the apache documentation on configuring log4net.