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

Happy_EveryDay

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

博客园 首页 新随笔 管理

2010年6月8日 #

摘要: 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 2026cn 阅读(244) 评论(0) 推荐(0)

摘要: 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 2026cn 阅读(210) 评论(0) 推荐(0)