Class XStdoutLoggingListener

  • All Implemented Interfaces:
    XLoggingListener

    public class XStdoutLoggingListener
    extends java.lang.Object
    implements XLoggingListener
    Default STDOUT logging listener.
    Author:
    Christian W. Guenther (christian@deckfour.org)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(java.lang.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​(java.lang.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.