org.apache.tapestry5.ioc.services
Interface LoggingAdvisor

All Known Implementing Classes:
LoggingAdvisorImpl

public interface LoggingAdvisor

A service used in conjunction with a service advisor method to add logging advice to a service.

Since:
5.1.0.0

Method Summary
<T> void
addLoggingAdvice(org.slf4j.Logger logger, MethodAdviceReceiver methodAdviceReceiver)
          Adds logging advice to all methods of the object.
 

Method Detail

addLoggingAdvice

<T> void addLoggingAdvice(org.slf4j.Logger logger,
                          MethodAdviceReceiver methodAdviceReceiver)
Adds logging advice to all methods of the object.

Parameters:
logger - log used for debug level logging messages by the interceptor
methodAdviceReceiver -


Copyright © 2003-2012 The Apache Software Foundation.