S
Suman
Happy Friday everyone!!!
I am working on a windows service and a C# application and needed some
help with certain functionality. Please read through my issue below.
Thanks!
I have a windows service which writes into a log file periodically
(text file). I want to create a windows form application, which, upon
invocation should continuously display the contents of the log file.
Even the newly made entries into the log file while the windows form
application has started running should be displayed dynamically at run
time.
Is that possible? and how should I go about it.
If such continuous monitoring of a log file cannot be implemented as a
windows form app, then how else could that be implemented?
The main idea is to continuously display to the user the entries that
are being made to the log file by the windows service.
I would be more than happy to provide any further information.
Thanks a lot for any help!!!
BS
I am working on a windows service and a C# application and needed some
help with certain functionality. Please read through my issue below.
Thanks!
I have a windows service which writes into a log file periodically
(text file). I want to create a windows form application, which, upon
invocation should continuously display the contents of the log file.
Even the newly made entries into the log file while the windows form
application has started running should be displayed dynamically at run
time.
Is that possible? and how should I go about it.
If such continuous monitoring of a log file cannot be implemented as a
windows form app, then how else could that be implemented?
The main idea is to continuously display to the user the entries that
are being made to the log file by the windows service.
I would be more than happy to provide any further information.
Thanks a lot for any help!!!
BS