摘要:
private void WriteLog(string text) { string path = AppDomain.CurrentDomain.BaseDirectory; path = System.IO.Path.Combine(path ,"OutputStreamLogs\\"+DateTime.Now.ToString("yy-MM-dd")); if (!System.IO.Directory.Exists(path)) { System.IO.Directory.CreateDirectory(path); } string file 阅读全文
posted @ 2012-07-27 13:00
草青工作室
阅读(193)
评论(0)
推荐(0)

浙公网安备 33010602011771号