Re: [aspectj-users] context information in aspect fields

2012-11-06 Thread Reik Schatz
mers > to MethodNames. > > The MethodName you can get from thisJoinPoint(StaticPart) - you may even > be able to use thisJoinPointStaticPart.toString() for that purpose. > * > [* *Romain Muller* *| *Software Development Engineer *|* +33 *(0)6* 48 *25 > * 66 *70* *|* romain.m

[aspectj-users] context information in aspect fields

2012-11-06 Thread Reik Schatz
Hi, I am working on a timer example using AspectJ similar to this logging example: http://adamgent.com/post/5479576926/the-python-decorator-pattern-for-java-using-aspectj However the Timer (not Logger) I am using takes among others a String argument which describes the context of the place where