As Alex mentioned, one option would be to roll your own using AspectJ. If you just need a
log to a file with all called methods, recieviers, arguments and the executing thread,
this should be quite trivial. I guesstimate that 50 LOC should be an upper bound.
Tudor Girba wrote:
Hi,
I am interested in the exact traces including distinguishing between
different clients and different threads.
Cheers,
Doru