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)