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