@Component public class UnderLoggerControlAspect extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
UnderLoggerControlAspect() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
Object |
underLoggerControlAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
UnderLoggerControl underLoggerControl) |
void |
underLoggerControlAfterThrowing(org.aspectj.lang.JoinPoint joinPoint,
Exception exp,
UnderLoggerControl underLoggerControl) |
public Object underLoggerControlAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, UnderLoggerControl underLoggerControl) throws Throwable
Throwablepublic void underLoggerControlAfterThrowing(org.aspectj.lang.JoinPoint joinPoint,
Exception exp,
UnderLoggerControl underLoggerControl)
@PostConstruct public void init()
Copyright © 2019. All rights reserved.