11
czw
2025-07-03 0d746f4f5032d7bd7e86649e22a3227bd6087cc6
2025年6月12日/AuxAllWCS/RunTime/Code/集成互联.cs
@@ -97,13 +97,13 @@
            {
               榛樿鏃ュ織Error = System.Configuration.ConfigurationManager.AppSettings["LogError"]=="1";
            }
            榛樿鏃ュ織 = new GZ.Modular.Log.Logger(榛樿鏃ュ織DbPath, "S7", 榛樿鏃ュ織DelDays, 榛樿鏃ュ織DelLevel, 榛樿鏃ュ織Info, 榛樿鏃ュ織Debug, 榛樿鏃ュ織Warn, 榛樿鏃ュ織Error,1);
            榛樿鏃ュ織 = new GZ.Modular.Log.Logger(榛樿鏃ュ織DbPath, "AuxAllWCS", 榛樿鏃ュ織DelDays, 榛樿鏃ュ織DelLevel, 榛樿鏃ュ織Info, 榛樿鏃ュ織Debug, 榛樿鏃ュ織Warn, 榛樿鏃ュ織Error,1);
            榛樿Redis.Log = 榛樿鏃ュ織;
   
         }
         catch(Exception ex)
         {
            榛樿鏃ュ織 = new GZ.Modular.Log.Logger(@"D:\WCS.LogDB\S7Log", "S7", 30, 3, true, true, true, true,1);
            榛樿鏃ュ織 = new GZ.Modular.Log.Logger(@"D:\WCS.LogDB\S7Log", "AuxAllWCS", 30, 3, true, true, true, true,1);
            if(榛樿鏃ュ織!=null)
            {
               榛樿鏃ュ織.Error(ex.ToString());