接口 EnhanceOperationLogService

所有已知实现类:
EnhanceOperationLogBaseServiceImpl, EnhanceOperationLogParamsServiceImpl, EnhanceOperationLogSpringElServiceImpl, EnhanceOperationLogUserServiceImpl, EnhanceOperationLogWebServiceImpl, SaveOperationLogServiceImpl

public interface EnhanceOperationLogService
增强操作日志属性
作者:
zhanglinfeng
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    enhance(OperationLogEntity loggerMsg, OperationLog operateLog, org.aspectj.lang.ProceedingJoinPoint joinPoint, Object response, Throwable exception)
    扩展补充操作日志参数
  • 方法详细资料

    • enhance

      void enhance(OperationLogEntity loggerMsg, OperationLog operateLog, org.aspectj.lang.ProceedingJoinPoint joinPoint, Object response, Throwable exception)
      扩展补充操作日志参数
      参数:
      loggerMsg - 操作日志对象
      operateLog - 注解
      joinPoint - 切入点
      response - 执行响应
      exception - 异常信息