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,7 +9,11 @@ virtual void Log(const LogEntry& entry) = 0
**参数:**
- `entry` - 日志条目,包含级别、分类、消息、时间戳、线程 ID 等完整信息
**复杂度** O(1)
**返回**
**异常:**
**线程安全:** ✅ 线程安全
**示例:**