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
From the config shown in the question there is but one appender configured and it is named "EventLogAppender". But in the config for root, the author references an appender named "ConsoleAppender", hence the error message.