An API for using MQTT over multiple transports

Dependencies:   FP MQTTPacket

Dependents:   IBMIoTClientEthernetExample_W5500 IBMIoTClientEthernetExample_W5200

Fork of MQTT by MQTT

Revision:
43:b1ae0ac88df9
Parent:
42:f5beda831651
Child:
44:f53a95f9c1d8
--- a/MQTTClient.h	Thu Aug 21 12:40:43 2014 +0000
+++ b/MQTTClient.h	Fri Sep 26 08:04:47 2014 +0000
@@ -125,7 +125,7 @@
     
     void setLogHandler()
     {
-        logHandler.attach(lh);
+       // logHandler.attach(lh);
     }
 
     
@@ -702,4 +702,4 @@
 }
 
 
-#endif
\ No newline at end of file
+#endif