robbiehanson / XMPPFramework

An XMPP Framework in Objective-C for Mac and iOS
Other
5.91k stars 2.09k forks source link

Logging Mechanism doesn't work... #1111

Open sajadgoudarzi opened 5 years ago

sajadgoudarzi commented 5 years ago

Hello There, I am using XMMPFramework to create my own framework to connect to my sever, it means XMPPFramework.framework has been add to an Example.framework and at the end, the Example.framework is added to my base project as the messaging manager. But I have faced with a very annoying issue, All logging mechanism don't work at all,

I have added this line where I initiate xmppStream, [DDLog addLogger:[DDTTYLogger sharedInstance] withLevel:XMPP_LOG_FLAG_SEND_RECV]

and everything is getting done in Debug mode, but the problem is still exists. I was wondering if anyone could help me.

Thanks

skipper570 commented 4 years ago

I have exactly the same problem. Logging is not working for me. Did anyone found a solution for it?