kazelee
2025-05-27 49efcc39ef399f8f3b170f6b06ffc2177643f1b2
util/LogHelper.cs
@@ -70,8 +70,7 @@
            }
        } 
        // ------------
        #region DIY
        public static void InfoEx(Exception ex) {
            Info($"发生了异常:{ex.Message}\n{ex.StackTrace}");
        }
@@ -79,6 +78,7 @@
        public static void InfoApi(string apiName, object model) {
            Info($"触发API:{apiName} " + JsonConvert.SerializeObject(model), "API");
        }
        #endregion
    }