org.apache.tapestry5.ioc.internal.services
Class LoggingAdvisorImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.services.LoggingAdvisorImpl
- All Implemented Interfaces:
- LoggingAdvisor
@PreventServiceDecoration
public class LoggingAdvisorImpl
- extends Object
- implements LoggingAdvisor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingAdvisorImpl
public LoggingAdvisorImpl(ExceptionTracker exceptionTracker)
addLoggingAdvice
public <T> 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 interface LoggingAdvisor
- Parameters:
logger
- log used for debug level logging messages by the interceptor
Copyright © 2003-2012 The Apache Software Foundation.