org.deckfour.xes.logging
Class XStdoutLoggingListener

java.lang.Object
  extended by org.deckfour.xes.logging.XStdoutLoggingListener
All Implemented Interfaces:
XLoggingListener

public class XStdoutLoggingListener
extends Object
implements XLoggingListener

Default STDOUT logging listener.

Author:
Christian W. Guenther (christian@deckfour.org)

Constructor Summary
XStdoutLoggingListener()
           
 
Method Summary
 void log(String message, XLogging.Importance importance)
          Receives an internal OpenXES log message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStdoutLoggingListener

public XStdoutLoggingListener()
Method Detail

log

public void log(String message,
                XLogging.Importance importance)
Description copied from interface: XLoggingListener
Receives an internal OpenXES log message.

Specified by:
log in interface XLoggingListener
Parameters:
message - Text of the log message.
importance - Importance of the log message.