novastone-media / MQTT-Client-Framework

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

How to close log in Debug mode? #439

Closed RyanSprite closed 6 years ago

RyanSprite commented 6 years ago

As Title.

jcavar commented 6 years ago

You don't want logs in debug mode, is that your question?

RyanSprite commented 6 years ago

Yes,I'm making framework,this will expose my confidential information. @jcavar

jcavar commented 6 years ago

You can use [MQTTLog setLogLevel: DDLogLevelOff].