@PreventServiceDecoration public class LoggingAdvisorImpl extends Object implements LoggingAdvisor
Constructor and Description |
---|
LoggingAdvisorImpl(ExceptionTracker exceptionTracker) |
Modifier and Type | Method and Description |
---|---|
<T> void |
addLoggingAdvice(org.slf4j.Logger logger,
MethodAdviceReceiver receiver)
Adds logging advice to all methods of the object.
|
public LoggingAdvisorImpl(ExceptionTracker exceptionTracker)
public <T> void addLoggingAdvice(org.slf4j.Logger logger, MethodAdviceReceiver receiver)
LoggingAdvisor
addLoggingAdvice
in interface LoggingAdvisor
logger
- log used for debug level logging messages by the interceptorCopyright © 2003-2012 The Apache Software Foundation.