Package org.apache.commons.proxy.interceptor.logging

Class Summary
AbstractLoggingInterceptor  
CommonsLoggingInterceptor An interceptor which logs method invocations using an Apache Commons Logging Log object at the "trace" level.
JdkLoggingInterceptor An interceptor which logs method invocations using a JDK logger using the "finer" logging level.
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.