摘要: 简单写了一个错误日志记录辅助类,记录在此。 Loghelper类 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Linq; 5 using System.Text; 6 using System.Threading.Tasks; 7 8 namespace LogHelper 9 {10 public static class LogHelper11 {12 //拼接日志目录13 static string appLog... 阅读全文
posted @ 2013-09-24 18:30 wolfy 阅读(1535) 评论(0) 推荐(0)