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:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLoggingAdvice
(org.slf4j.Logger logger, MethodAdviceReceiver methodAdviceReceiver) Adds logging advice to all methods of the object.
-
Method Details
-
addLoggingAdvice
Adds logging advice to all methods of the object.- Parameters:
logger
- log used for debug level logging messages by the interceptormethodAdviceReceiver
-
-