Don’t know offhand of a plugin dealing with logging of admin activities, but I’d check here:
http://codex.ww.wp.xz.cn/Plugins/Statistics
I’m working on such a plugin now. Initially I will only be logging SQL queries (since that’s what I specifically wanted it for) but I will be adding further events to be logged as I continue developing this.
I’ll be back when I have some actual code to show off.
svn co http://svn.wp-plugins.org/lumberjack/trunk if you want to test my logger plugin while I develop it
are there any updates to this plugin?
I found the plugin http://urbangiraffe.com/plugins/audit-trail/ which looks like doing what we want. Check it out.