logwatch 0.1.4

A library to watch rotated logfiles (like 'tail -F') and execute callbacks
Documentation

Logwatch

This is a library crate that tails a log file, following rotates, and supports registering multiple callbacks.

See main.rs for an example.

This is a re-engineered version of a similar project: https://github.com/aravindavk/logwatcher