Class BLChatter

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

public final class BLChatter extends 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 Details

    • getInstance

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

      public void start()
      Start speaking.
    • stop

      public void stop()
      Stop speaking.