假设楼主的Log类实例为log try {       result=pjp.proceed();
       log.info(+"方法执行成功");
  } catch (Exception e) {
     log.error();
 }