PeriodicStatusPrinter

open class PeriodicStatusPrinter(sessions: Collection<Session>, period: Long?, verbose: Boolean)

Mainly useful for monitoring the measurements. Periodically generates a status line with timestamp & number of received and logged events.

Derived classes could e.g. perform periodic operations.

Constructors

Link copied to clipboard
constructor(sessions: Collection<Session>, period: Long?, verbose: Boolean)

Functions

Link copied to clipboard
open fun close()
Link copied to clipboard
fun nowString(): <Error class: unknown class>
Link copied to clipboard
open fun start()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun updateStatus()