Hello all the gurus out there,
I'm working on a project that requires me to log method calls that occur in a running Java program, I did some research for the past two weeks and learnt that instrumentation might be the way to go but it's largely complicated for my level and I presume that my project wouldn't need this sledgehammer to crack a nut?
Instrumentation seems to log a lot of information but in this case I only need to know which method is called during the execution, maybe but not necessarily the time they are called. Somehow I'm feeling that there's a simple way in the instrumentation package that allows me to do that but after weeks of research, I just didn't nail it...
Anyone kind enough to shed some light or at least guide me to the right path?