I'm working on a application where client need to keep track on every action performed by users so they can know which users made some mistake and which kind of mistake and when it does, i want to record all actions from log in until the user logged out in a log file and in database table also. Have any suggestion around this?
Asked
Active
Viewed 1,052 times
0
-
what about any logger library out here? you can add a log on every possible action then – XtremeBaumer Nov 17 '16 at 13:06
-
Possible duplicate of [Logging user actions](http://stackoverflow.com/questions/391269/logging-user-actions) – Julien Lopez Nov 17 '16 at 13:09
-
check this http://stackoverflow.com/questions/6115858/logging-user-activity-in-web-app – cralfaro Nov 17 '16 at 13:09
-
Then on every action write something into your log file. What is your specific problem here? – vanje Nov 17 '16 at 13:10
-
can log4j do this for me ? – Mohamed Nagy Nov 17 '16 at 13:53