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?
Asked
Active
Viewed 33 times