ソースを参照

添加日志写文件功能

yuzhengyang 9 年 前
コミット
3959f652fa
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Fork.Net/Y.Utils.Net20/LogUtils/Log.cs

+ 1 - 0
Fork.Net/Y.Utils.Net20/LogUtils/Log.cs

@@ -72,6 +72,7 @@ namespace Y.Utils.Net20.LogUtils
         {
         {
             Console.ForegroundColor = GetColor(type);
             Console.ForegroundColor = GetColor(type);
             Console.WriteLine(LogFormat, DateTime.Now.ToString(TimeFormat), type.ToString(), message);
             Console.WriteLine(LogFormat, DateTime.Now.ToString(TimeFormat), type.ToString(), message);
+            WriteFile(type, message);
         }
         }