Class LoggingAdvisorImpl
-
- org.apache.tapestry5.ioc.internal.services.LoggingAdvisorImpl
-
- All Implemented Interfaces:
LoggingAdvisor
@PreventServiceDecoration public class LoggingAdvisorImpl extends implements LoggingAdvisor
-
-
Constructor Summary
Constructors Constructor Description LoggingAdvisorImpl(ExceptionTracker exceptionTracker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLoggingAdvice(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: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
-
-