日志重写

This commit is contained in:
a88359121
2025-07-31 11:04:47 +08:00
parent a803360523
commit 941564d8a4
28 changed files with 325 additions and 399 deletions
+2 -2
View File
@@ -225,7 +225,7 @@ namespace JinYuan.ControlCenters
}
catch (Exception ex)
{
LogHelper.Instance.WriteEX(ex);
LoggerHelp.WriteEX(ex);
}
});
@@ -234,7 +234,7 @@ namespace JinYuan.ControlCenters
}
catch (Exception ex)
{
LogHelper.Instance.WriteEX(ex);
LoggerHelp.WriteEX(ex);
}
}
#endregion