Interface LoggingAdvisor

  • All Known Implementing Classes:
    LoggingAdvisorImpl

    public interface LoggingAdvisor
    A service used in conjunction with a service advisor method to add logging advice to a service.
    Since:
    5.1.0.0
    See Also:
    Advise
    • Method Detail

      • addLoggingAdvice

        void addLoggingAdvice​(org.slf4j.Logger logger,
                              MethodAdviceReceiver methodAdviceReceiver)
        Adds logging advice to all methods of the object.
        Parameters:
        logger - log used for debug level logging messages by the interceptor
        methodAdviceReceiver -