摘要: private static void SaveLog(string log,string ex) { string strCurPath = AppDomain.CurrentDomain.BaseDirectory; string strErrorLogPath = Path.Combine(strCurPath, "ErrorLog"); string strErrorLogFile = Path.Combine(strErrorLogPath, "SendEmailLog.log"); if (!Directory.Exists(strError 阅读全文
posted @ 2012-08-30 08:49 Tauren 阅读(249) 评论(0) 推荐(0)