I understand that this question has been asked several times, but unfortunately, I haven\'t been able to get my logging configuration working. I have to be making some very
You do not need to call the XmlConfigurator manually if you use:
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "Log.config", Watch = true)]
However you have to add the tag to all your dlls (all assambly.cs files).