📝 Refine API doc notes and guidance

This commit is contained in:
Nanaloveyuki
2026-05-12 13:32:15 +08:00
parent 4d913aa642
commit c6c153cf53
47 changed files with 0 additions and 236 deletions
-5
View File
@@ -79,12 +79,7 @@ e.g.:
### Notes
Notes are here.
1. Use this API when config is already typed as `LoggerConfig`.
2. Use `parse_and_build_logger(...)` when the starting point is raw JSON text.
3. `ConfiguredLogger` is still a logger, not a separate opaque runtime object.
4. This API is the sync runtime builder paired with `build_async_logger(...)` for async use cases.