📝 consolidate logger API and async lifecycle guidance

This commit is contained in:
Nanaloveyuki
2026-06-14 14:00:00 +08:00
parent 4f2ad097af
commit 265cd69ea9
154 changed files with 2419 additions and 396 deletions
+1
View File
@@ -37,6 +37,7 @@ Detailed rules explaining key parameters and behaviors
- On flush failure, `flush_failures` is incremented.
- On success, failure counters are left unchanged.
- This helper does not reopen the sink automatically.
- If another alias already closed the same underlying sink handle, this method also returns `false`.
### How to Use