Class BLChatter
java.lang.Object
com.io7m.brooklime.cmdline.internal.BLChatter
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
- Returns:
- A chatter instance
-
start
public void start()Start speaking. -
stop
public void stop()Stop speaking.
-