Given what you have
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "Log4Net.config", Watch = true)]
in the AssemblyInfo.cs file when is Log4Net configured? Is this when you start the application or when you use the recorder for the first time?
source share