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