From 0cca5518f5babea276e37a922b930e25a4bd46eb Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期四, 24 七月 2025 17:26:55 +0800 Subject: [PATCH] 优化数据库事务帮助类 , 查询/日志生成类 --- util/LogHelper.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/util/LogHelper.cs b/util/LogHelper.cs index ba76934..f46383d 100644 --- a/util/LogHelper.cs +++ b/util/LogHelper.cs @@ -14,6 +14,7 @@ { public static Dictionary<string, ILogger> loggers = new Dictionary<string, ILogger>(); + #region 鍒濆鏂规硶 public static void Debug(string message, string name = "") { ILogger logger = null; if (loggers.Keys.Contains(name)) { @@ -70,6 +71,7 @@ logger.Error($"{message}{ex.StackTrace}"); } } + #endregion #region 鑷畾涔夋柟娉� public static void Warn(string msg, string preLog = "") { -- Gitblit v1.9.1