Explorar el Código

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

林豪 左 hace 3 años
padre
commit
f147879dea
Se han modificado 1 ficheros con 1 adiciones y 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)