Right now I am using java.util.logging to log the entry and exit points of each method in my Java project. This is very useful to me when debugging.
java.util.logging
I h
Have you tried to look at slf4j? It has LocationAwareLogger that can collect automatically method name.