Class LoggingAdvisorImpl
- java.lang.Object
 - 
- org.apache.tapestry5.ioc.internal.services.LoggingAdvisorImpl
 
 
- 
- All Implemented Interfaces:
 LoggingAdvisor
@PreventServiceDecoration public class LoggingAdvisorImpl extends Object implements LoggingAdvisor
 
- 
- 
Constructor Summary
Constructors Constructor Description LoggingAdvisorImpl(ExceptionTracker exceptionTracker) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLoggingAdvice(org.slf4j.Logger logger, MethodAdviceReceiver receiver)Adds logging advice to all methods of the object. 
 - 
 
- 
- 
Constructor Detail
- 
LoggingAdvisorImpl
public LoggingAdvisorImpl(ExceptionTracker exceptionTracker)
 
 - 
 
- 
Method Detail
- 
addLoggingAdvice
public void addLoggingAdvice(org.slf4j.Logger logger, MethodAdviceReceiver receiver)
Description copied from interface:LoggingAdvisorAdds logging advice to all methods of the object.- Specified by:
 addLoggingAdvicein interfaceLoggingAdvisor- Parameters:
 logger- log used for debug level logging messages by the interceptor
 
 - 
 
 -