//! Without this wrapper, when a log message is written to the console while the progress bar
//! is active, artifacts from the part of the progress bar that were not overwritten by the
//! log message will remain.
use Record;
use ;
/// Wraps a [`PatternEncoder`](log4rs::encode::pattern::PatternEncoder) and prepends whatever is written to it to clear the current line.