ujjwalmeshram
February 28th, 2008, 08:18 AM
Hi I m new to c#. I have made a calculator application.
I have given it to client for testing.
Client got some errors and he called me. When I reched to him, he was unable to explain me about the error.
Now I want to modify the program to create a log file(text file) which will store all the events generated by the programm i.e. what inputs are given by user, whta were the values of variables etc..
Means whatever the program will do, I want all that information in log file. so that if any error occurs atclient side, I can trace the error by looking at log file
I think the above explaination is enough to understand my problem.
If u ve any idea or suggestions plz share with me
Thank u
I have given it to client for testing.
Client got some errors and he called me. When I reched to him, he was unable to explain me about the error.
Now I want to modify the program to create a log file(text file) which will store all the events generated by the programm i.e. what inputs are given by user, whta were the values of variables etc..
Means whatever the program will do, I want all that information in log file. so that if any error occurs atclient side, I can trace the error by looking at log file
I think the above explaination is enough to understand my problem.
If u ve any idea or suggestions plz share with me
Thank u