Crates.io | logwatch |
lib.rs | logwatch |
version | 0.1.4 |
source | src |
created_at | 2020-04-11 11:00:14.607069 |
updated_at | 2020-04-15 05:43:37.78552 |
description | A library to watch rotated logfiles (like 'tail -F') and execute callbacks |
homepage | https://github.com/rsanden/logwatch |
repository | |
max_upload_size | |
id | 228611 |
size | 22,292 |
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