Public Member Functions | |
VerboseClCmnTracer () | |
void | format (ClMessage *m, ConnectorTrace *sap) |
Definition at line 46 of file verboseclcmntracer.h.
void VerboseClCmnTracer::format | ( | ClMessage * | m, | |
ConnectorTrace * | sap | |||
) | [virtual] |
This method has to write a formatted string with the ClMessage's information using the method writeTrace of the given ClSAP.
m | pointer to the ClMessage to be traced | |
sap | pointer to the ClSAP instance which ask for the trace |
Implements ClMessageTracer.
Definition at line 39 of file verboseclcmntracer.cc.
References ClMessage::direction(), DOWN, ClMessage::getDest(), ClMessage::getDestType(), ClMessage::getSource(), TOMODULE, TONODECORE, ClMessage::uid(), UNICAST, UP, and ClMessageTracer::writeTrace().
Here is the call graph for this function: