log4net
摘要:
log4Net一些记忆性总结http://logging.apache.org/log4net/配置如下:在<configSections>节点配置如下: <configSections> <section name ="log4net" type="System.Configuration.IgnoreSectionHandler"/> </configSections>另外,还要在顶级节点<configuration>下增加<log4net>子节点;在<log4net> 阅读全文
posted @ 2011-08-05 13:50 cpetco_andy 阅读(590) 评论(0) 推荐(0)