logwatcher
logwatcher copied to clipboard
can you give 'register' function add a 'start_pos' parameter?
pub fn register(filename: String, start_pos: u64) -> Result<LogWatcher, io::Error> {}