类的使用
cn.bbwres.biscuit.operation.log.entity.OperationLogEntity
使用OperationLogEntity的程序包
程序包
说明
-
cn.bbwres.biscuit.operation.log.service中OperationLogEntity的使用
修饰符和类型方法说明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中OperationLogEntity的使用
修饰符和类型方法说明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) 扩展补充操作日志参数 -
cn.bbwres.biscuit.operation.log.utils中OperationLogEntity的使用