06 2012 档案
摘要:public static void WriteErrorLog(Exception ex) { string LOG_FOLDER = AppDomain.CurrentDomain.BaseDirectory + "Log"; try { //日志文件路径 filePath = LOG_FOLDER + "\\" + "ErrorLog" + ".txt"; if (!System.IO.Directory.Exists(LOG_FOLDER)) { Directory.CreateDirectory(LOG_
阅读全文

浙公网安备 33010602011771号