Class LoggerListener

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.context.ApplicationListener<AbstractAuthorizationEvent>

    public class LoggerListener
    extends java.lang.Object
    implements org.springframework.context.ApplicationListener<AbstractAuthorizationEvent>
    Outputs interceptor-related application events to Commons Logging.

    All failures are logged at the warning level, with success events logged at the information level, and public invocation events logged at the debug level.

    • Constructor Detail

      • LoggerListener

        public LoggerListener()