@Configuration
@ConditionalOnProperty(value="isy.logging.performancelogging.enabled",
havingValue="true")
@EnableLoadTimeWeaving
public class IsyPerformanceLoggingAutoConfiguration
extends Object
| Constructor and Description |
|---|
IsyPerformanceLoggingAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.aop.Advisor |
performanceLogAdvisor(LoggingMethodInterceptor performanceLogInterceptor) |
LoggingMethodInterceptor |
performanceLogInterceptor() |
public IsyPerformanceLoggingAutoConfiguration()
@Bean public LoggingMethodInterceptor performanceLogInterceptor()
@Bean public org.springframework.aop.Advisor performanceLogAdvisor(LoggingMethodInterceptor performanceLogInterceptor)
Copyright © 2023. All rights reserved.