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