Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] pointcut specification for System.out calls

Hi ,

Can any body tell me how to specify pointcut for System.out.print or println calls in the aspectj framework.

i specified as follows, but which is not capturing the calls.
pointcut syscall(): call(* java.lang.System.out.println(..));

Thanks,

Krishna

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you


Back to the top