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
 - See Also:
 Advise
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddLoggingAdvice(org.slf4j.Logger logger, MethodAdviceReceiver methodAdviceReceiver)Adds logging advice to all methods of the object. 
 - 
 
- 
- 
Method Detail
- 
addLoggingAdvice
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 interceptormethodAdviceReceiver-
 
 - 
 
 -