瀏覽代碼

将日志文件移至D:\WCSLog\Log

林豪 左 3 年之前
父節點
當前提交
f147879dea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      WCS.Core/LogicHandler.cs

+ 1 - 1
WCS.Core/LogicHandler.cs

@@ -218,7 +218,7 @@ namespace WCS.Core
 
         public LogicHandler()
         {
-            logPath = @"Log\" + this.Description + @"\";
+            logPath = @"D:\WCSLog\Log\" + this.Description + @"\";
         }
 
         public void AddWork(Func<T, bool> condition, Action<T> work, bool parallel = false)