Class LoggingAdvisorImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.services.LoggingAdvisorImpl
- All Implemented Interfaces:
LoggingAdvisor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLoggingAdvice
(org.slf4j.Logger logger, MethodAdviceReceiver receiver) Adds logging advice to all methods of the object.
-
Constructor Details
-
LoggingAdvisorImpl
-
-
Method Details
-
addLoggingAdvice
Description copied from interface:LoggingAdvisor
Adds logging advice to all methods of the object.- Specified by:
addLoggingAdvice
in interfaceLoggingAdvisor
- Parameters:
logger
- log used for debug level logging messages by the interceptor
-