S
Salvatore Di Fazio
Hi guys,
I've an application that writes a log file.
I need to write an application with python that will read this file.
I would like wait until a new line will be write in the file.
Something like the "watch cat Log" command on Linux os.
How can I check the eof and restart the reading?
I've an application that writes a log file.
I need to write an application with python that will read this file.
I would like wait until a new line will be write in the file.
Something like the "watch cat Log" command on Linux os.
How can I check the eof and restart the reading?