IOT纯后端项目改造

This commit is contained in:
“hsc”
2026-08-21 16:38:18 +08:00
parent fa2f9f64c5
commit b9ea3f9d15
65 changed files with 82 additions and 3723 deletions
+8
View File
@@ -22,6 +22,14 @@ namespace Logger
}
Logger.Error(message);
}
public static void Info(string message)
{
Logger.Info(message);
}
public static void Warn(string message)
{
Logger.Warn(message);
}
// 解析堆栈,找到项目文件路径和行号
public static string GetProjectStackLine(string stackTrace)