[][src]Module log4rs::encode::writer::simple

The simple writer

Requires the simple_writer feature.

Structs

SimpleWriter

An encode::Writer that simply delegates to an io::Writer and relies on the default implementations of encode::Writer methods.