Package org.bedework.util.jms.listeners
Class SysEventLoggerAction
- java.lang.Object
-
- org.bedework.util.jms.listeners.SysEventActionClass
-
- org.bedework.util.jms.listeners.SysEventLoggerAction
-
- All Implemented Interfaces:
Serializable,org.bedework.util.logging.Logged
public class SysEventLoggerAction extends SysEventActionClass
This is the implementation of a notifications action class which logs system events.- Author:
- Mike Douglass
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SysEventLoggerAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(SysEvent ev)Called whenever a matching event occurs.org.bedework.util.logging.BwLoggergetLogger()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warn
-
-
-
-
Method Detail
-
action
public void action(SysEvent ev) throws NotificationException
Description copied from class:SysEventActionClassCalled whenever a matching event occurs.- Specified by:
actionin classSysEventActionClass- Parameters:
ev- the system event- Throws:
NotificationException- on fatal error
-
getLogger
public org.bedework.util.logging.BwLogger getLogger()
-
-