I have written a windows application that performs several functions (is multi threaded). I have a Textbox in the main window of the app which I want to display the contents of the logfile and multiple threads are writing to the logfile. This has been very difficult (and frustrating) as I have wasted a lot of time without any positive result. I recently downloaded Log4Net and that is now giving me problems with reading the log and displaying it in the textbox.
All I want is to allow multiple threads to write to the log file and the main form's thread the ability to read the file and display it in a textbox. Has anyone done this before? I just can't believe how much time I have wasted and not had this working at all.
All I want is to allow multiple threads to write to the log file and the main form's thread the ability to read the file and display it in a textbox. Has anyone done this before? I just can't believe how much time I have wasted and not had this working at all.
Comment