C#window服务下添加一个日志记录程序集(Log4Net.dll)
添加和使用步骤如下: 一、下载并引入Log4Net.dll程序集到项目中下载地址:
二、在App.Config中添加对应的节点<!--重点configsections必须是第一个节点1og4net配置--> <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> </configSections>