Almost every large application includes its own logging or tracing API. Experience indicates that logging represents an important component of the development cycle. As such, logging offers several ...
The purpose of this blog entry is to show an extremely simple of example of “logging” entry into and exit from methods using the Spring Framework and AspectJ. The example is so simple that I won’t ...