Log4Net - Can I have a custom section name in Config
问题 I have a need to use section name other than log4net in the config section. I know this is what we generally use <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> But I need to have a section like this <section name="log2net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> I am working on a sitecore website and it has its own Sitecore.Logging dll which is also derived from log4net. So the Sitecore Logging dll is referring to