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