Skip to main content

run

Function run 

Source
pub(crate) fn run<R: BufRead, W: Write>(
    reader: R,
    writer: W,
    filter: &Filter,
    format: LogFormat,
) -> Result<()>