Suppressing log output from an iOS library

60 views Asked by At

I would like to intercept and filter out logging statements from an iOS library (the Twilio SDK). It doesn't provide a way to set a logging level unfortunately, so I am looking for a way to intercept all logging statements and prevent some of them from going out to the system/console logs.

0

There are 0 answers