Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

In my application i want to create a worklog file which will keep track of all the operations happening at the software in daily basis.



Please give me some idea how to do that.
Posted

1 solution

If you want a logging utility that tracks code errors, warnings etc, use log4Net - log4net Tutorial[^].
There are, of course, other tools available as well.
 
Share this answer
 
Comments
[no name] 24-Feb-14 3:44am    
No what i want is a notepad file which will record every action performed by the users..
Abhinav S 24-Feb-14 3:51am    
Log4Net can be configured to trace as well. Trace all function calls and show them in a display useful to the user.
E.g. http://www.codeproject.com/Articles/15155/Tracing-with-Log4Net-and-the-Context-Singleton-Des

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900