Skip to content
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

Closed
benstadin opened this issue Apr 10, 2018 · 2 comments
Closed

Make MQTTLog.h public #450

benstadin opened this issue Apr 10, 2018 · 2 comments

Comments

@benstadin
Copy link

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
Copy link
Contributor

jcavar commented Apr 14, 2018

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

@jcavar
Copy link
Contributor

jcavar commented Aug 15, 2018

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

@jcavar jcavar closed this as completed Aug 15, 2018
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants