public interface LoggingDecorator
LoggingAdvisor
in conjunction with a service advisor method.<T> T build(Class<T> serviceInterface, T delegate, String serviceId, org.slf4j.Logger logger)
T
- serviceInterface
- interface implemented by the delegatedelegate
- existing object to be wrappedserviceId
- id of servicelogger
- log used for debug level logging messages by the interceptorCopyright © 2003-2013 The Apache Software Foundation.