📝 refine configured file setters docs

This commit is contained in:
Nanaloveyuki
2026-06-13 23:53:41 +08:00
parent 4e00c5eac5
commit 1e568f55cd
6 changed files with 12 additions and 12 deletions
@@ -34,8 +34,8 @@ pub fn ConfiguredLogger::file_set_append_mode(self : ConfiguredLogger, append :
Detailed rules explaining key parameters and behaviors
- File-backed sinks update their stored append policy.
- Queued file sinks forward the policy update to the wrapped file sink.
- File-backed sinks update their stored append policy through the wrapped `RuntimeSink`.
- Queued file sinks forward the policy update to the wrapped inner file sink.
- This helper updates policy only; it does not force immediate reopen.
- Non-file sinks return `false`.