Struct log4rs::encode::writer::SimpleWriter
[−]
[src]
pub struct SimpleWriter<W>(pub W);
An encode::Writer that simply delegates to an io::Writer and relies
on the default implementations of encode::Writer methods.