| Sign In/My Account | View Cart |
| Article: |
Introduction to Aspect-Oriented Programming | |
| Subject: | help needed | |
| Date: | 2004-12-06 05:11:42 | |
| From: | shreekanthdeshpande | |
| how can i implement logging of entering an exitting all the methods. | ||
Showing messages 1 through 2 of 2.
You can also use the joinPoint to get the name of the calling class and method and change the logging statements to reflect the real location.
HTH
Graham