java.lang.Object
org.acegisecurity.event.authentication.LoggerListener
- All Implemented Interfaces:
- org.springframework.context.ApplicationListener, java.util.EventListener
- public class LoggerListener
- extends java.lang.Object
- implements org.springframework.context.ApplicationListener
Outputs authentication-related application events to Commons Logging.
All authentication events are logged at the warning level.
- Version:
- $Id: LoggerListener.java,v 1.3 2005/12/02 12:14:38 benalex Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static final org.apache.commons.logging.Log logger
LoggerListener
public LoggerListener()
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
- Description copied from interface:
org.springframework.context.ApplicationListener
- Handle an application event.
- Specified by:
onApplicationEvent in interface org.springframework.context.ApplicationListener