docs: update core and debug API docs
This commit is contained in:
@@ -9,6 +9,8 @@ void Log(const LogEntry& entry) override
|
||||
**参数:**
|
||||
- `entry` - 日志条目
|
||||
|
||||
**线程安全:** ❌ 非线程安全,多线程同时调用 Log 可能导致数据竞争
|
||||
|
||||
**复杂度:** O(m),m 为消息长度
|
||||
|
||||
**示例:**
|
||||
|
||||
Reference in New Issue
Block a user