0

I built a service in c++ which logs itself to a log file. Now i want to have the ability to read the content of the log file, in real time, in a c# forms aplication i have. I want tht my app can fetch the contents as they are beeing written to the log file. Is it possible and if so how could i manage to achieve that?

Hugo Sa
  • 1
  • 2
  • 1
    Please refer to the following threads. https://stackoverflow.com/questions/3791103/c-sharp-continuously-read-file https://stackoverflow.com/questions/1197226/c-tail-like-program-for-text-file/38662196 – Mudasar Rauf Sep 22 '21 at 14:16

0 Answers0