.nil (default) then traceObjects are not
collected.
.nil then from that moment on the
new
method will send newly created traceObjects using the
APPEND message to the collector object.
APPEND message, the
traceObject will only
have the entries "NUMBER", "OPTION",
and "TIMESTAMP" set.
All other entries will be added to the traceObject
while the current trace gets processed further, such that accessing
traceObjects
after the trace will have all entries set.
Should there be a need for full real-time access to all entries of a
traceObject, then one needs to
use the
NOTIFY
class attribute instead.
APPEND message such that one can use e.g.
the OrderedCollection classes
Array or
List
for collecting the traceObjects.