C#写入日志的方法

public static void WriteLogs(string fileName, string type, string content) { string path = AppDomain.CurrentDomain.BaseDirectory; if (!string.IsNullOrEmpty(path)) { path = AppDomain.CurrentDomain.BaseDirectory + fileName; if (!Directory.Exists(path)) { ...
Windows | 2018-05-26 00:29 | 阅读 3389 次 | 评论 0 条
浏览2776911次
文章归档