LAPTOP-SNT8I5JK\Boounion
2025-08-21 ba50ece48a4b95563031f1dacffd3e04f89d952f
SourceCode/Bond/Servo/SystemLogManager.h
@@ -20,11 +20,11 @@
    // 获取单例实例
    static SystemLogManager& getInstance();
    // 设置数据库连接
    void setDatabase(BL::Database* db);
    // 初始化日志表
    bool initializeLogTable();
    bool initSystemLogTable();
    // 终止数据库连接
    void termSystemLogTable();
    // 添加日志
    bool log(LogType logType, const std::string& event);