We are not sending around so much data, and for debugging and
understanding purposes I would like to be able to automatically log to
disk all the messages that would be sent around.

Ideally writing :

sock.send('some message')

I should get a log entry

"DEBUG: sent on channel tcp:/... message ..."

Is there a way to get this behaviour easily?
I thought that I can just wrap ZMQ instead and import from that when I
want the debug, but I don't want to wrap all the possible types and
send/receive functions if possible..

Any idea?
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to