shoenig / go-mqtt

A development fork of the Eclipse Paho Go MQTT client
http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.golang.git/
Eclipse Public License 1.0
13 stars 6 forks source link

Cleanup trace statements #13

Closed shoenig closed 10 years ago

shoenig commented 10 years ago

This is the very last thing I want change, but all of the trace_v statements should be replaced with calls to a client's tracer object trace method, with appropriate tracelevel set.

trace_v (verbose) is just a convenience for development work

shoenig commented 10 years ago

Need to think of a good way to get the store to have trace statements coming from the clients' tracer rather than using the function trace_v