[][src]Function bdrck::logging::write::new_log_output_factory

pub fn new_log_output_factory<T: Write + Send + 'static>(
    writer: T
) -> LogOutputFactory

This is a convenience function, which makes it trivial to construct a new LogOutputFactory from an arbitrary Write implementor, using the existing structures / functions defined elsewhere in this module.