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

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

Introduction

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

The text is from its open source code.

Constructor

JamonPerformanceMonitorInterceptor()
Create a new JamonPerformanceMonitorInterceptor with a static logger.

Method

voidsetTrackAllInvocations(boolean trackAllInvocations)
Set whether to track all invocations that go through this interceptor, or just invocations with trace logging enabled.
voidsetUseDynamicLogger(boolean useDynamicLogger)
Set whether to use a dynamic logger or a static logger.