我有 log4net 设置,就像在示例中一样。在我的配置文件中,我有:
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>
appender 配置的设置就像它在 log4net 站点上显示的 MS SQL Server 一样,由<log4net>
. http://logging.apache.org/log4net/release/config-examples.html
在 AssemblyInfo.cs 我有:
[assembly: log4net.Config.XmlConfigurator]
然而,我的[dbo].[Log]
桌子上什么也没有。
我尝试使用跟踪调试文本文件,但没有出现错误。