I have some .log files and want to monitor if any data is appended to any of them to collect that data into a DB.How do I open an opened-for-writing file and how do I monitor for new lines/changes?Thank you.