Click here to Skip to main content
15,868,123 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Actually i am using Logger concept in my project to save user operations. but now i got one problem and i want to use service instead of logger. is it good decision to use service instead of logger for saving the user details.
Posted

1 solution

If you want to Monitor something you can go for Service. For Example, periodically checking the Disc Space of a drive. This does not require user intervention.

But, if you want to Log user interaction, I hope you can go for a Logger process not as a service. The User action reports the operation to logger to perform the logging.
 
Share this answer
 
Comments
ntitish 21-Apr-14 5:21am    
sir my problem is in my web site the users will say we did some x operation it is not working but when i login with their credentials it will work 5n .....for resolving this type of issues i want track the user operations......
ntitish 21-Apr-14 5:26am    
So which one is better for saving the user operation (Service or Logger)

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