Class LoggerListener

java.lang.Object
org.springframework.security.access.event.LoggerListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<AbstractAuthorizationEvent>

public class LoggerListener extends 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 Details

    • LoggerListener

      public LoggerListener()
  • Method Details