Uses of Class
de.bund.bva.isyfact.logging.util.LoggingMethodInterceptor
Packages that use LoggingMethodInterceptor
-
Uses of LoggingMethodInterceptor in de.bund.bva.isyfact.logging.autoconfigure
Methods in de.bund.bva.isyfact.logging.autoconfigure that return LoggingMethodInterceptorModifier and TypeMethodDescriptionIsyLoggingAutoConfiguration.boundaryLogInterceptor(IsyLoggingBoundaryLoggerProperties properties) Interceptor for logging at system boundaries.IsyLoggingAutoConfiguration.componentLogInterceptor(IsyLoggingComponentLoggerProperties properties) Interceptor for logging at component boundaries.IsyPerformanceLoggingAutoConfiguration.performanceLogInterceptor()Methods in de.bund.bva.isyfact.logging.autoconfigure with parameters of type LoggingMethodInterceptorModifier and TypeMethodDescriptionorg.springframework.aop.AdvisorIsyLoggingAutoConfiguration.boundaryLogAdvisorByAnnotation(IsyLoggingBoundaryLoggerProperties properties, LoggingMethodInterceptor boundaryLogInterceptor) Advisor for logging at system boundaries.org.springframework.aop.AdvisorIsyLoggingAutoConfiguration.componentLogAdvisorByAnnotation(IsyLoggingComponentLoggerProperties properties, LoggingMethodInterceptor componentLogInterceptor) Advisor for logging at component boundaries.org.springframework.aop.AdvisorIsyPerformanceLoggingAutoConfiguration.performanceLogAdvisor(LoggingMethodInterceptor performanceLogInterceptor)