-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make MQTTLog.h public #450
Comments
That sounds like a good idea, we would be happy to accept PR with that. |
This is now done. You can find it in 0.15.0 release. |
mnvr
added a commit
to coretech/MQTT-Client-Framework
that referenced
this issue
Apr 28, 2021
MQTTLog is needed for us to turn down the logging (default is LogVerbose in debug builds, which is, um, too verbose). For this, the MQTTLog object needs to be exposed in the public header. This was somehow working earlier, but stopped working with Xcode 12.5. References: novastone-media#450
AlexT84
pushed a commit
to coretech/MQTT-Client-Framework
that referenced
this issue
Dec 9, 2021
MQTTLog is needed for us to turn down the logging (default is LogVerbose in debug builds, which is, um, too verbose). For this, the MQTTLog object needs to be exposed in the public header. This was somehow working earlier, but stopped working with Xcode 12.5. References: novastone-media#450
AlexT84
pushed a commit
to coretech/MQTT-Client-Framework
that referenced
this issue
Dec 9, 2021
MQTTLog is needed for us to turn down the logging (default is LogVerbose in debug builds, which is, um, too verbose). For this, the MQTTLog object needs to be exposed in the public header. This was somehow working earlier, but stopped working with Xcode 12.5. References: novastone-media#450
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: