Explorar o código

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

林豪 左 %!s(int64=3) %!d(string=hai) anos
pai
achega
f147879dea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)