Hi all,
I've got a VB windows service that scans for files in specific folders.
The New event sets the file listener properties of App.Logg
The OnStart event opensa few registry keys, starts a timer and write various messages in the log file. The strange thing is that these log file entries are not visible once the service starts.
Is there an interval on when messages are written or does it have to do with the Flush method?
Thanks,
Ivan