Example usage for org.springframework.aop.interceptor AbstractTraceInterceptor subclass-usage

List of usage examples for org.springframework.aop.interceptor AbstractTraceInterceptor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.aop.interceptor AbstractTraceInterceptor subclass-usage.

Usage

From source file org.springframework.aop.interceptor.SimpleTraceInterceptor.java

/**
 * Simple AOP Alliance {@code MethodInterceptor} that can be introduced
 * in a chain to display verbose trace information about intercepted method
 * invocations, with method entry and method exit info.
 *
 * <p>Consider using {@code CustomizableTraceInterceptor} for more

From source file org.springframework.aop.interceptor.CustomizableTraceInterceptor.java

/**
 * {@code MethodInterceptor} implementation that allows for highly customizable
 * method-level tracing, using placeholders.
 *
 * <p>Trace messages are written on method entry, and if the method invocation succeeds
 * on method exit. If an invocation results in an exception, then an exception message