Given
- iOS project written in Swift
- Uses Facebook's SocketRocket in order to connect websocket: https://github.com/facebook/SocketRocket
- SocketRocket was installed using CocoaPods
Question
How to enable logging of SocketRocket?
PS
Using debugger I can see that SRFastLog(@"Connected");
method was called. But nothing is printed in the console