Class ConsoleLogListener

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onLog​(LogInfo info)
      Called when a StreamLink log message is to be logged.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConsoleLogListener

        public ConsoleLogListener()
    • Method Detail

      • onLog

        public void onLog​(LogInfo info)
        Description copied from interface: LogListener

        Called when a StreamLink log message is to be logged.

        Specified by:
        onLog in interface LogListener
        Parameters:
        info - The LogInfo object, containing the log message text and log level.