Class BLChatter

java.lang.Object
com.io7m.brooklime.cmdline.internal.BLChatter

public final class BLChatter
extends java.lang.Object
A class to periodically log a message at INFO level, in order to keep the client from accidentally causing overly-strict continuous integration systems from thinking the operation is hanging.
  • Method Summary

    Modifier and Type Method Description
    static BLChatter getInstance()  
    void start()
    Start speaking.
    void stop()
    Stop speaking.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getInstance

      public static BLChatter getInstance()
      Returns:
      A chatter instance
    • start

      public void start()
      Start speaking.
    • stop

      public void stop()
      Stop speaking.