novastone-media / MQTT-Client-Framework

iOS, macOS, tvOS native ObjectiveC MQTT Client Framework
Other
1.84k stars 465 forks source link

Make MQTTLog.h public #450

Closed benstadin closed 6 years ago

benstadin commented 6 years ago

Hi,

I found the default verbose logging for debug builds to be quite annoying while debugging my own application (lots of verbose MQTT log messages in between of what I was looking for). Though changing the log is not possible without the header for MQTTLog.h being public.

Thanks Ben

jcavar commented 6 years ago

That sounds like a good idea, we would be happy to accept PR with that.

jcavar commented 6 years ago

This is now done. You can find it in 0.15.0 release.