标签:code style config -- blog ogg new pre figure
string filePath = HttpContext.Current.Server.MapPath("~/log4net.config"); FileInfo fileInfo = new FileInfo(filePath); XmlConfigurator.ConfigureAndWatch(fileInfo);
Logger.Info("--------------------------------------------------------------"); Logger.Info(" test log"); Logger.Info("--------------------------------------------------------------");
标签:code style config -- blog ogg new pre figure
原文地址:http://www.cnblogs.com/shiningrise/p/6696230.html