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 | 阅读 3502 次 | 评论 0 条
浏览2872606次
文章归档
最新评论
  • 时光拾荒者:CtrlCV还是强的😝
  • 硬识岩丝:解决了,太感谢了~
  • xiwang12:路过
  • 里苦不功:不校验mysql版本是否与当前django框架是否兼容