org.slf4j.ext
Class EventLogger
java.lang.Object
org.slf4j.ext.EventLogger
public class EventLogger
- extends Object
Simple Logger used to log events. All events are directed to a logger named "EventLogger"
with a level of INFO and with an Event marker.
- Author:
- Ralph Goers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logEvent
public static void logEvent(EventData data)
- Logs the event.
- Parameters:
data
- The EventData.
Copyright © 2005-2009 QOS.ch. All Rights Reserved.