📝 Add logger write API docs

This commit is contained in:
Nanaloveyuki
2026-05-12 16:06:00 +08:00
parent 474a1931c2
commit 661c17e093
9 changed files with 647 additions and 0 deletions
+11
View File
@@ -23,10 +23,21 @@ BitLogger API navigation.
- [logger-with-min-level.md](./logger-with-min-level.md)
- [logger-with-timestamp.md](./logger-with-timestamp.md)
- [logger-with-context-fields.md](./logger-with-context-fields.md)
- [logger-bind.md](./logger-bind.md)
- [logger-with-filter.md](./logger-with-filter.md)
- [logger-with-patch.md](./logger-with-patch.md)
- [logger-with-queue.md](./logger-with-queue.md)
## Logger write APIs
- [logger-is-enabled.md](./logger-is-enabled.md)
- [logger-log.md](./logger-log.md)
- [logger-trace.md](./logger-trace.md)
- [logger-debug.md](./logger-debug.md)
- [logger-info.md](./logger-info.md)
- [logger-warn.md](./logger-warn.md)
- [logger-error.md](./logger-error.md)
## Formatter and fields
- [text-formatter.md](./text-formatter.md)