| Class | Description |
|---|---|
| AbstractMonitorMethod |
记录方法入参和返回值的基类
|
| AopLogMethodRegistrar |
扫描当前package下的
Component,并进行 Bean 的自动注册 |
| MonitorMethodAfter |
记录方法的返回值,使用注解:
LogMethodAfter |
| MonitorMethodAround |
记录方法的入参和返回值,使用注解:
LogMethodAround |
| MonitorMethodBefore |
记录方法的入参,使用注解:
LogMethodBefore |
| MonitorMethodProperties |
使用slf4j记录方法的入参和出参,属性配置
|
Copyright © 2018–2020. All rights reserved.