org.slf4j.ext

Class 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 voidlogEvent(EventData data)
Logs the event.

Method Detail

logEvent

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

Parameters: data The EventData.

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