public interface LoggingDecorator
LoggingAdvisor
in conjunction with a service advisor method.Modifier and Type | Method and Description |
---|---|
<T> T |
build(Class<T> serviceInterface,
T delegate,
String serviceId,
org.slf4j.Logger logger)
Builds a logging interceptor instance.
|
<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 interceptor${project.version} - Copyright © 2003-2015 The Apache Software Foundation.