mami-project / mplane-sdk

mPlane protocol software development kit
1 stars 0 forks source link

Add logging #1

Open britram opened 8 years ago

britram commented 8 years ago

There are demo-grade print() statements throughout the code. These should be comprehensively replaced with some form of logging.

britram commented 8 years ago

This is mostly done, though it's not yet clear that the logging we have is the logging we want.

britram commented 8 years ago

Things we want to log (at INFO): message sent, message received. Capability information base can be DEBUG (since errors here will lead to problems later on anyway).