Simplest thing I'd do is create a page that just shows that data from the event log. You could write your own query against the cms_eventlog
table and set the where clause to look for those specific events.
The other option is to create a global event handler to do some additional processing, but seems to be overkill if you ask me.