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 BLChattergetInstance()voidstart()Start speaking.voidstop()Stop speaking.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getInstance
- Returns:
- A chatter instance
-
start
public void start()Start speaking. -
stop
public void stop()Stop speaking.
-