pub fn stream_write<E: Encode>( logger: Arc<Mutex<UnifiedLoggerWrite>>, entry_type: UnifiedLogType, minimum_allocation_amount: usize, ) -> impl WriteStream<E>
Create a new stream to write to the unifiedlogger.