org.slf4j.ext
Class EventLogger

java.lang.Object
  extended by 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

Method Summary
static void logEvent(EventData data)
          Logs the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

logEvent

public static void logEvent(EventData data)
Logs the event.

Parameters:
data - The EventData.


Copyright © 2005-2009 QOS.ch. All Rights Reserved.