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

Implementations of the encode::Write trait.

Structs

AnsiWriter

An encode::Writer that wraps an io::Writer, emitting ANSI escape codes for text style.

ConsoleWriter

An encode::Writer that outputs to a console.

ConsoleWriterLock

An RAII lock over a console.

SimpleWriter

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