kazelee
2025-06-17 33b84a02e80c24e2106c67a388d9a3c1fa5f5603
util/LogHelper.cs
@@ -70,7 +70,7 @@
            }
        }
        #region DIY
        #region 自定义方法
        public static void InfoEx(Exception ex) {
            Info($"发生了异常:{ex.Message}\n{ex.StackTrace}");
        }