Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Logging variables

Hi All,

i am looking for some way to weave variable assignment statements. 
>From different discussions it seems that the only possibility is to
advice Setter methods for member variable assignment.

But what about local variables within a method or assignment to
a variable by a method return value.

For assignments with late bindings it looks that this is not possible
with AspectJ as it provides load time weaving.

Please share ur knowledge
-- 
View this message in context: http://www.nabble.com/Logging-variables-tp19917551p19917551.html
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top