mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-30 23:14:22 +00:00
📝 refine configured file control docs
This commit is contained in:
@@ -33,8 +33,8 @@ pub fn ConfiguredLogger::file_reopen_append(self : ConfiguredLogger) -> Bool {}
|
||||
|
||||
Detailed rules explaining key parameters and behaviors
|
||||
|
||||
- Plain file sinks reopen in append mode.
|
||||
- Queued file sinks forward reopen behavior to the wrapped file sink.
|
||||
- Plain file sinks reopen in append mode through the wrapped `RuntimeSink`.
|
||||
- Queued file sinks forward reopen behavior to the wrapped inner file sink.
|
||||
- This helper is a specialized shortcut for a common reopen mode.
|
||||
- Non-file sinks return `false`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user