docs: update core and debug API docs

This commit is contained in:
2026-03-20 02:35:07 +08:00
parent 0c073db4e8
commit e165dbea1c
73 changed files with 743 additions and 391 deletions

View File

@@ -9,6 +9,8 @@ void Log(const LogEntry& entry) override
**参数:**
- `entry` - 日志条目
**线程安全:** ❌ 非线程安全,多线程同时调用 Log 可能导致数据竞争
**复杂度:** O(m)m 为消息长度
**示例:**