StatsLog.add

Adds the values of the given aggregate to the stats log. Each member of the aggregate will be output as <member name>:<member value>.

class StatsLog
typeof(this)
add
(
T
)
()

Parameters

values T

aggregate containing values to write to the log.

Meta