Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Thread and Process Ids in Aspects

Hello,

I am currently using aspects to log and trace my programs, I would like,
in addition to the standard information given by the joinpoints, to
record the thread and/or process ids responsible for the joinpoints in
my program. Is this possible in AspectJ?

Thanks.


Back to the top