Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee My腾云code

Happy_EveryDay

可以平凡 不可以平庸 无爱则无忧,无欲则无求,无怒而无敌,无怨才是佛。所有烦恼,都是放不下的执著 开源技群 328035181 MyGitee

2010年6月8日

log4net简单配置与应用

摘要: 1:添加log4net.dll引用2:建Log4Net.config 包含具体设置参数3: Global.asax protected void Application_Start(object sender, EventArgs e) { log4net.Config.XmlConfigurator.ConfigureAndWatch(new System.IO.FileInfo(Serve... 阅读全文

posted @ 2010-06-08 18:02 cn2025 阅读(235) 评论(0) 推荐(0)

log4net 使用相关要点汇总

摘要: 1,写log之前一定要初始化配置文档,相关代码如下:view sourceprint?1log4net.Config.XmlConfigurator.Configure(); //默认的 23log4net.Config.XmlConfigurator.ConfigureAndWatch(new System.IO.FileInfo(System.Web.HttpContext.Current.S... 阅读全文

posted @ 2010-06-08 16:45 cn2025 阅读(205) 评论(0) 推荐(0)

导航