I have mde my own spacialized version of a “tail -f” service that monitors certain logfiles. FileSysemWatcher wakes me up when something is added to any of the monitored files and everything is OK as long as files are written sequentially.
But, how does one handle the case when there is a wrap-around in a monitored logfile?