I want to wrap every function call with some logging code. Something that would produce output like:
func1(param1, param2) func2(param1) func3() func4(param
jquery-aop might do the trick?