Class LoggerListener

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

    @Deprecated
    public class LoggerListener
    extends java.lang.Object
    implements org.springframework.context.ApplicationListener<AbstractAuthorizationEvent>
    Deprecated.
    Logging is now embedded in Spring Security components. If you need further logging, please consider using your own ApplicationListener
    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()
        Deprecated.