gpt4 book ai didi

logging - log4net配置异常

转载 作者:行者123 更新时间:2023-12-03 12:44:02 25 4
gpt4 key购买 nike

我正在使用log4net进行日志记录。我的日志记录配置存储在单独的文件中。

Web.Config:ConfigSections

<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />


在AssemblyInfo.cs中指定我的配置文件

[assembly: log4net.Config.XmlConfigurator(ConfigFile="Log4Net.config", Watch = true)] 


当我初始化LogManager时,出现此错误

"System.TypeLoadException"
message: Could not load type 'log4net.Config.Log4NetConfigurationSectionHlandler' from assembly 'Log4net'.


是的,它说“ Log4NetConfigurationSectionHlandler'”,这不是错字

后来,这个错误

An error occurred creating the configuration section handler for log4net: Could not load type 'log4net.Config.Log4NetConfigurationSectionHlandler' from assembly 'Log4net'. 


编辑:尝试了毛里西奥·舍弗(M​​auricio Scheffer)的建议

得到

log4net:ERROR XmlConfigurator: 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" />

最佳答案

如果您的配置位于单独的log4net.config文件中,则不需要sectionHandler。去掉它。

您还可能在代码中的某处调用XmlConfigurator.Configure()。也将其删除。

另请参见this question

关于logging - log4net配置异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1930083/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com