logwatch 0.1.3

A library to watch rotated logfiles (like 'tail -F') and execute callbacks
Documentation
1
2
3
4
5
6
7
8
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