Verbose Tracer¶
-
class
tracers.tracerVerbose.
TracerVerbose
(uid, server, filename)[source]¶ A tracer for simple verbose output
-
__init__
(uid, server, filename)[source]¶ Constructor
Parameters: - uid – the UID of this tracer
- server – the server to make remote calls on
- filename – file to save the trace to, can be None for output to stdout
-
startTracer
(recover)[source]¶ Starts up the tracer
Parameters: recover – whether or not this is a recovery call (so whether or not the file should be appended to)
-
trace
(time, text)[source]¶ Actual tracing function
Parameters: - time – time at which this trace happened
- text – the text that was traced
-
traceConfluent
(aDEVS)[source]¶ Tracing done for the confluent transition function
Parameters: aDEVS – the model that transitioned
-
traceExternal
(aDEVS)[source]¶ Tracing done for the external transition function
Parameters: aDEVS – the model that transitioned
-