How to monitor user's activity?

I'm building an admin panel where admin can monitor the user's activities like the last time user logged in, his actions(save, edit, delete data).
How can i achieve this?

Do you mean, how to build the screen to display the data or how to best capture the data?