StatsLog.addObject

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

class StatsLog
typeof(this)
addObject
(
istring category
T
)

Parameters

category

The name of the category this object belongs to.

instance cstring

Name of the object to add.

values T

aggregate containing values to write to the log.

Meta