批注接口的使用
cn.bbwres.biscuit.operation.log.annotation.OperationLog
使用OperationLog的程序包
程序包
说明
-
cn.bbwres.biscuit.operation.log.aspect中OperationLog的使用
修饰符和类型方法说明OperationLogAspect.around(org.aspectj.lang.ProceedingJoinPoint joinPoint, OperationLog operateLog) 切面 -
cn.bbwres.biscuit.operation.log.service中OperationLog的使用
修饰符和类型方法说明voidEnhanceOperationLogService.enhance(OperationLogEntity loggerMsg, OperationLog operateLog, org.aspectj.lang.ProceedingJoinPoint joinPoint, Object response, Throwable exception) 扩展补充操作日志参数voidOperationLogSaveService.saveLoggerMsg(OperationLogEntity loggerMsg, OperationLog businessLog) 保存操作日志信息 -
cn.bbwres.biscuit.operation.log.service.impl中OperationLog的使用
修饰符和类型方法说明voidEnhanceOperationLogBaseServiceImpl.enhance(OperationLogEntity loggerMsg, OperationLog operateLog, org.aspectj.lang.ProceedingJoinPoint joinPoint, Object response, Throwable exception) 扩展补充操作日志参数voidEnhanceOperationLogParamsServiceImpl.enhance(OperationLogEntity loggerMsg, OperationLog operateLog, org.aspectj.lang.ProceedingJoinPoint joinPoint, Object response, Throwable exception) 扩展补充操作日志参数voidEnhanceOperationLogSpringElServiceImpl.enhance(OperationLogEntity loggerMsg, OperationLog operateLog, org.aspectj.lang.ProceedingJoinPoint joinPoint, Object response, Throwable exception) 扩展补充操作日志参数voidEnhanceOperationLogUserServiceImpl.enhance(OperationLogEntity loggerMsg, OperationLog operateLog, org.aspectj.lang.ProceedingJoinPoint joinPoint, Object response, Throwable exception) 扩展补充操作日志参数voidEnhanceOperationLogWebServiceImpl.enhance(OperationLogEntity loggerMsg, OperationLog operateLog, org.aspectj.lang.ProceedingJoinPoint joinPoint, Object response, Throwable exception) 扩展补充操作日志参数voidSaveOperationLogServiceImpl.enhance(OperationLogEntity loggerMsg, OperationLog operateLog, org.aspectj.lang.ProceedingJoinPoint joinPoint, Object response, Throwable exception) 扩展补充操作日志参数