public class CustomOperationLogHandler extends AbstractOperationLogHandler<OperationLog>
| 构造器和说明 |
|---|
CustomOperationLogHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperationLog |
buildLog(OperationLogging operationLogging,
org.aspectj.lang.ProceedingJoinPoint joinPoint) |
void |
handleLog(OperationLog operationLog) |
OperationLog |
recordExecutionInfo(OperationLog operationLog,
org.aspectj.lang.ProceedingJoinPoint joinPoint,
long executionTime,
Throwable throwable,
boolean isSaveResult,
Object result) |
addIgnoredParamClass, getParamspublic OperationLog buildLog(OperationLogging operationLogging, org.aspectj.lang.ProceedingJoinPoint joinPoint)
public OperationLog recordExecutionInfo(OperationLog operationLog, org.aspectj.lang.ProceedingJoinPoint joinPoint, long executionTime, Throwable throwable, boolean isSaveResult, Object result)
public void handleLog(OperationLog operationLog)
Copyright © 2023. All rights reserved.