pub fn async_stream<W: Write + Send + 'static, F: Format + Send + 'static>( io: W, format: F, ) -> Async
Stream logging records to IO asynchronously
Create AsyncStreamer drain
AsyncStreamer