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

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

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

html - jQuery UI Sortable - Remove placeholder after item is dropped -