read_lines_to_log

Function read_lines_to_log 

async fn read_lines_to_log<R: AsyncRead + Unpin>(
    metadata: Metadata<'_>,
    reader: R,
)
Expand description

Reads lines from the reader and logs them using the log crate.