Skip to main content

tail_log

Function tail_log 

Source
pub fn tail_log(log_path: &Path, line_count: usize) -> Result<Vec<String>>
Expand description

Tail a log file (return last N lines)