我有一个AspectJ跟踪例程设置为使用以下切入点记录方法进入和退出条件:publicaspectTrace{pointcutanyMethodExecuted():execution(*biz.ianw.lanchecker.*.*(..))&&!within(Trace)&&!within(is(AnonymousType));pointcutanyConstructorExecuted():execution(biz.ianw.lanchecker.*.new(..))&&!within(Trace);在我的sendEmail类中,我有一个调用setDebugOut方法以将调试输