📝 refine configured file status docs

This commit is contained in:
Nanaloveyuki
2026-06-13 23:51:37 +08:00
parent 01eb5c6f8d
commit 4e00c5eac5
8 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ pub fn ConfiguredLogger::file_available(self : ConfiguredLogger) -> Bool {}
Detailed rules explaining key parameters and behaviors
- File-backed runtime sinks report actual file availability.
- File-backed runtime sinks report actual file availability through the wrapped `RuntimeSink`.
- Queued file sinks still expose the availability of their wrapped inner file sink.
- Non-file sinks report `false`.
- Queued file sinks still expose the availability of their wrapped file sink.
- This helper delegates to the runtime sink and does not mutate logger state.
### How to Use