类 SaveOperationLogServiceImpl
- java.lang.Object
-
- cn.bbwres.biscuit.operation.log.service.impl.SaveOperationLogServiceImpl
-
- 所有已实现的接口:
EnhanceOperationLogService
public class SaveOperationLogServiceImpl extends Object implements EnhanceOperationLogService
保存操作日志- 作者:
- zhanglinfeng
-
-
构造器概要
构造器 构造器 说明 SaveOperationLogServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidenhance(OperationLogEntity loggerMsg, OperationLog operateLog, org.aspectj.lang.ProceedingJoinPoint joinPoint, Object response, Throwable exception)扩展补充操作日志参数
-
-
-
方法详细资料
-
enhance
public void enhance(OperationLogEntity loggerMsg, OperationLog operateLog, org.aspectj.lang.ProceedingJoinPoint joinPoint, Object response, Throwable exception)
扩展补充操作日志参数- 指定者:
enhance在接口中EnhanceOperationLogService- 参数:
loggerMsg- 操作日志对象operateLog- 注解joinPoint- 切入点response- 执行响应exception- 异常信息
-
-