Can i pass data from my advice to my target and vice versa - or should i not be using aop for this

I want to wrap a method with some logging statements, but those logging statements need a transactionId that was prepared earlier.

How to i get the transactionId to the advice?

Thanks
Dave