How to turn off/reduce console output for PubNub iOS SDK 4.0? -


pubnub ios sdk 4.0 generate lots of console outputs. useful developing pubnub portion crowd out other console output.

how turn off/reduce console output?

the following tried don't work.

[pnlog enabled:no];  [pnlog enableloglevel:pnsilentloglevel]; [pnlog setloglevel:pnsilentloglevel]; 

so after pubnub objective-c update (version 4.0.2)

[pnlog setloglevel:pnsilentloglevel]; 

would work. other available log level defined in pnstructures.


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -