Package-level declarations

Types

Link copied to clipboard
class Log(val maximumCapacity: Int = DEFAULT_CAPACITY)

Provides an event log. The maximumCapacity specifies the maximum number of elements this Log can contain, after which values are discarded as new ones are added, in a first in first out manner.

Link copied to clipboard
interface LogElement

Provides an interface for log elements.