stream

Function stream 

Source
pub fn stream<W: Write + Send, F: Format>(io: W, format: F) -> Streamer<W, F>
Expand description

Stream logging records to IO

Create Streamer drain