| | |
| | | this.properties = properties; |
| | | } |
| | | |
| | | @Around("execution(!static org.springblade.core.tool.api.R *(..)) && (@within(org.springframework.stereotype.Controller) || @within(org.springframework.web.bind.annotation.RestController))") |
| | | @Around("execution(!static com.qianwen.core.tool.api.R *(..)) && (@within(org.springframework.stereotype.Controller) || @within(org.springframework.web.bind.annotation.RestController))") |
| | | public Object aroundApi(ProceedingJoinPoint point) throws Throwable { |
| | | BladeLogLevel level = this.properties.getLevel(); |
| | | if (BladeLogLevel.NONE == level) { |