Java IO implementation of unix/linux “tail -f”

Take a look at Apache Commons implementation of Tailer class. It does seem to handle log rotation as well.

Leave a Comment