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

@@ -6,6 +6,12 @@ virtual void Flush() = 0
刷新输出缓冲区,确保所有待写入的日志数据已实际写入目标介质。对于文件类 Sink应调用底层文件系统的 flush对于网络类 Sink应发送缓冲区中的数据。
**返回:**
**异常:**
**线程安全:** ✅ 线程安全
**复杂度:** O(1)
**示例:**