Java org.springframework.aop.interceptor CustomizableTraceInterceptor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.aop.interceptor CustomizableTraceInterceptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.aop.interceptor CustomizableTraceInterceptor.

The text is from its open source code.

Subclass

org.springframework.aop.interceptor.CustomizableTraceInterceptor has subclasses.
Click this link to see all its subclasses.

Field

StringPLACEHOLDER_METHOD_NAME
The $[methodName] placeholder.
StringPLACEHOLDER_TARGET_CLASS_NAME
The $[targetClassName] placeholder.
StringPLACEHOLDER_TARGET_CLASS_SHORT_NAME
The $[targetClassShortName] placeholder.
StringPLACEHOLDER_RETURN_VALUE
The $[returnValue] placeholder.
StringPLACEHOLDER_ARGUMENT_TYPES
The $[argumentTypes] placeholder.
StringPLACEHOLDER_ARGUMENTS
The $[arguments] placeholder.
StringPLACEHOLDER_EXCEPTION
The $[exception] placeholder.
StringPLACEHOLDER_INVOCATION_TIME
The $[invocationTime] placeholder.

Constructor

Method

Objectinvoke(MethodInvocation invocation)
Determines whether or not logging is enabled for the particular MethodInvocation .
voidsetEnterMessage(String enterMessage)
Set the template used for method entry log messages.
voidsetExceptionMessage(String exceptionMessage)
Set the template used for method exception log messages.
voidsetExitMessage(String exitMessage)
Set the template used for method exit log messages.
voidsetUseDynamicLogger(boolean useDynamicLogger)
Set whether to use a dynamic logger or a static logger.