📝 document runtime sink reopen methods

This commit is contained in:
Nanaloveyuki
2026-06-13 23:05:08 +08:00
parent 65605f6b59
commit f1b7a86cf6
6 changed files with 378 additions and 0 deletions
+5
View File
@@ -362,6 +362,11 @@ BitLogger API navigation.
- [runtime-sink-pending-count.md](./runtime-sink-pending-count.md)
- [runtime-sink-dropped-count.md](./runtime-sink-dropped-count.md)
- [runtime-sink-file-path.md](./runtime-sink-file-path.md)
- [runtime-sink-file-available.md](./runtime-sink-file-available.md)
- [runtime-sink-file-reopen.md](./runtime-sink-file-reopen.md)
- [runtime-sink-file-reopen-with-current-policy.md](./runtime-sink-file-reopen-with-current-policy.md)
- [runtime-sink-file-reopen-append.md](./runtime-sink-file-reopen-append.md)
- [runtime-sink-file-reopen-truncate.md](./runtime-sink-file-reopen-truncate.md)
- [runtime-sink-file-append-mode.md](./runtime-sink-file-append-mode.md)
- [runtime-sink-file-set-append-mode.md](./runtime-sink-file-set-append-mode.md)
- [runtime-sink-file-auto-flush.md](./runtime-sink-file-auto-flush.md)