Эх сурвалжийг харах

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

林豪 左 3 жил өмнө
parent
commit
f147879dea

+ 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)