Wrapping an Application?

Does anyone know of a wrapping program that will log user info(UID, date, complete command-line args, etc) when an application is started?Just like TCP-Wrapper does for network services.
[200 byte] By [Lee_McCreerya] at [2007-11-27 1:39:24]
# 1
/bin/sh?echo <stuff> logger <stuff>exec <stuff> or su -c <stuff?>
wsandersa at 2007-7-12 0:52:21 > top of Java-index,General,Talk to the Sysop...
# 2
BSM auditing should be able to capture all of that data if you want. You'd need to enable it and configure it to log what you want.-- Darren
Darren_Dunhama at 2007-7-12 0:52:21 > top of Java-index,General,Talk to the Sysop...