Class LoggerListener
- java.lang.Object
-
- org.springframework.security.access.event.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 ownApplicationListenerOutputs 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 Summary
Constructors Constructor Description LoggerListener()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidonApplicationEvent(AbstractAuthorizationEvent event)Deprecated.
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(AbstractAuthorizationEvent event)
Deprecated.- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<AbstractAuthorizationEvent>
-
-