Uses of Class
org.apache.commons.proxy.interceptor.logging.AbstractLoggingInterceptor

Packages that use AbstractLoggingInterceptor
org.apache.commons.proxy.interceptor.logging   
 

Uses of AbstractLoggingInterceptor in org.apache.commons.proxy.interceptor.logging
 

Subclasses of AbstractLoggingInterceptor in org.apache.commons.proxy.interceptor.logging
 class CommonsLoggingInterceptor
          An interceptor which logs method invocations using an Apache Commons Logging Log object at the "trace" level.
 class JdkLoggingInterceptor
          An interceptor which logs method invocations using a JDK logger using the "finer" logging level.
 class Slf4jInterceptor
          An interceptor which logs method invocations using an SLF4J Logger at the "trace" logging level.
 



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.