📝 refine configured file control docs

This commit is contained in:
Nanaloveyuki
2026-06-13 23:49:45 +08:00
parent dddad3d3d0
commit 01eb5c6f8d
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ pub fn ConfiguredLogger::file_reopen(self : ConfiguredLogger, append~ : Bool? =
Detailed rules explaining key parameters and behaviors
- Plain file sinks reopen directly.
- Queued file sinks forward reopen behavior to the wrapped file sink.
- Plain file sinks reopen directly through the wrapped `RuntimeSink`.
- Queued file sinks forward reopen behavior to the wrapped inner file sink.
- `append=None` preserves current reopen policy, while `Some(true/false)` overrides append mode.
- Non-file sinks return `false`.