From: Jaikit S. <jkt...@gm...> - 2010-09-28 22:30:15
|
I wanted to log all the xmpppy interactions using Debug class. I initialized my client using xmpp.Client class: "self.jabber = xmpp.Client(jid.getDomain) # , debug=[]" I can see all the messages on console. But how do I redirect all the console message to log file ? Any clue ? Thanks, Jaikit |