org.acegisecurity.event.authorization
Class LoggerListener
java.lang.Object
org.acegisecurity.event.authorization.LoggerListener
- All Implemented Interfaces:
- EventListener, org.springframework.context.ApplicationListener
public class LoggerListener
- extends Object
- implements org.springframework.context.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.
- Version:
- $Id: LoggerListener.java 1784 2007-02-24 21:00:24Z luke_t $
- Author:
- Ben Alex
Method Summary |
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerListener
public LoggerListener()
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
- Specified by:
onApplicationEvent
in interface org.springframework.context.ApplicationListener
Copyright © 2004-2010 Interface21, Inc. All Rights Reserved.