org.apache.tapestry5.ioc.internal.services
Class LoggingAdvisorImpl

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.services.LoggingAdvisorImpl
All Implemented Interfaces:
LoggingAdvisor

@PreventServiceDecoration
public class LoggingAdvisorImpl
extends Object
implements LoggingAdvisor


Constructor Summary
LoggingAdvisorImpl(ExceptionTracker exceptionTracker)
           
 
Method Summary
<T> void
addLoggingAdvice(org.slf4j.Logger logger, MethodAdviceReceiver receiver)
          Adds logging advice to all methods of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingAdvisorImpl

public LoggingAdvisorImpl(ExceptionTracker exceptionTracker)
Method Detail

addLoggingAdvice

public <T> void addLoggingAdvice(org.slf4j.Logger logger,
                                 MethodAdviceReceiver receiver)
Description copied from interface: LoggingAdvisor
Adds logging advice to all methods of the object.

Specified by:
addLoggingAdvice in interface LoggingAdvisor
Parameters:
logger - log used for debug level logging messages by the interceptor


Copyright © 2003-2012 The Apache Software Foundation.