You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(System.Configuration.ConfigurationManager.GetSection("log4net")is not XmlElementconfigElement)
93
+
if(getConfigSection()is not XmlElementconfigElement)
94
94
{
95
95
// Failed to load the xml config using configuration settings handler
96
-
LogLog.Error(_declaringType,"Failed to find configuration section 'log4net' in the application's .config file. Check your .config file for the <log4net> and <configSections> elements. The configuration section should look like: <section name=\"log4net\" type=\"log4net.Config.Log4NetConfigurationSectionHandler,log4net\" />");
96
+
LogLog.Error(_declaringType,@$"Failed to find configuration section 'log4net' in the .config file '{SystemInfo.ConfigurationFileLocation}'.
97
+
Check your .config file for the <log4net> and <configSections> elements.
98
+
The configuration section should look like: <section name=""log4net"" type=""log4net.Config.Log4NetConfigurationSectionHandler,log4net"" />");
0 commit comments