where does RollingFileAppender implement MakeWriterExt? #1844
-
|
From the above example code, I tried a different 3rd-party |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Not quite.
Transitively, |
Beta Was this translation helpful? Give feedback.
Not quite.
MakeWriteris implemented on anything that implementsstd::io::Writeand is wrapped by astd::sync::Arcorstd::sync::Mutex. The documentation onMakeWriternotes:Transitively,
MakeWriterExtis impleme…