extern void SRDebugLog()

in SocketRocket/Internal/Utilities/SRLog.m [26:31]


extern void SRDebugLog(NSString *format, ...)
{
#ifdef SR_DEBUG_LOG_ENABLED
    SRErrorLog(tag, format);
#endif
}