1. AspectJ, Can it be used for large scale loggin stackoverflow.comI am adding logging into existing source code (large source code) to give a detailed logging, we decided the backend for logging (using face book scribe, and tested ). I am ... |
2. @Profiled annotations (for using Perf4j logging) in Eclipse stackoverflow.comIm trying to get the @Profiled annotation to time (and log) method calls using Perf4j in my eclipse project. This uses aspectj. Ive managed easily to get it to ... |
3. AspectJ pointcuts - get a reference to the joinpoint class and name stackoverflow.comI am using the @AspectJ style for writing aspects, to handle logging in our application. Basically I have a pointcut set up like so:
and then ... |
4. Help with pointcut - AspectJ stackoverflow.comI'm just a bit confused with the parameters in a pointcut would appreciate if anyone could explain it to me...
|
5. AspectJ : can I neutralize 'throw' (replace it with log) and continue the method stackoverflow.comIn below code I want to neutralize the throw and continue the method - Can it be done ?
|
6. What is a short example of inter-type declarations in AspectJ which demonstrates the usefulness of the approach? stackoverflow.comI first thought about using ITDs to define the |