How to Create a Text Log file in C#...
-
Hi... I want to create a Log file in my application. I want to use this log file to put the text received & transmitted on my PC serial port throgh my C# application. I am receiving large text on my PC serial port. Is there is any special class to create a log file in C#. I dont want my text file every time to open & close to write text in that file since i have to put data in that text file on every receive data event of my serial comport. How i can do this...? Thanks , Vinay
-
Hi... I want to create a Log file in my application. I want to use this log file to put the text received & transmitted on my PC serial port throgh my C# application. I am receiving large text on my PC serial port. Is there is any special class to create a log file in C#. I dont want my text file every time to open & close to write text in that file since i have to put data in that text file on every receive data event of my serial comport. How i can do this...? Thanks , Vinay