I wish to be able to write entries to a console application which will describe when actions have been completed, possibly writing them to a .txt file at one point.
I would like it to be used with a separate GUI application running at the same time so i can use the application and monitor the log simultaneously.
I only assume the Diagnostic class is the right tool to use however I have never used any logging methods before, so i welcome any other suggestions.
Thanks