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.
MakeWriter
is implemented on anything that implementsstd::io::Write
and is wrapped by astd::sync::Arc
orstd::sync::Mutex
. The documentation onMakeWriter
notes:Transitively,
MakeWriterExt
is impleme…