logwatch

Crates.iologwatch
lib.rslogwatch
version0.1.4
sourcesrc
created_at2020-04-11 11:00:14.607069
updated_at2020-04-15 05:43:37.78552
descriptionA library to watch rotated logfiles (like 'tail -F') and execute callbacks
homepagehttps://github.com/rsanden/logwatch
repository
max_upload_size
id228611
size22,292
Ryan Sanden (rsanden)

documentation

README

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

Commit count: 0

cargo fmt