From fc25dda9baf3b5f4df23d35914f3dd343cf492e3 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期一, 28 七月 2025 17:30:21 +0800 Subject: [PATCH] 优化WCSHelper / 序列号生成逻辑 , 添加强制任务处理模块 --- util/LogHelper.cs | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/util/LogHelper.cs b/util/LogHelper.cs index f46383d..615f2c1 100644 --- a/util/LogHelper.cs +++ b/util/LogHelper.cs @@ -10,11 +10,10 @@ using NLog.Targets; namespace HH.WCS.Mobox3.DSZSH.util { - public class LogHelper - { + public class LogHelper { public static Dictionary<string, ILogger> loggers = new Dictionary<string, ILogger>(); - #region 鍒濆鏂规硶 + #region 鍒濆鏂规硶 ( Error 榛樿涓嶄娇鐢�) public static void Debug(string message, string name = "") { ILogger logger = null; if (loggers.Keys.Contains(name)) { @@ -92,8 +91,7 @@ #endregion } - internal class LogFactory - { + internal class LogFactory { /// <summary> /// 閫氳繃閰嶇疆鏂囦欢閰嶇疆鏃ュ織 /// </summary> -- Gitblit v1.9.1