LogList

Used in log display widgets (like in dub package qui qui.widgets.LogWidget)

Holds up to a certain number of items, after which it starts over-writing older ones

Constructors

this
this(uinteger maxLength)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

add
void add(T dat)

adds an item to the log

read
T[] read(uinteger count)
reset
void reset()

resets and clears the log

Properties

maxCapacity
uinteger maxCapacity [@property getter]

Meta