haXe HXMPP API
Back | Index
class jabber.XMPPDebug
Utility for debugging XMPP transfer.
Set the haXe compiler flag: -D XMPP_DEBUG to activate it.
Displayed XMPP transfer gets relayed to the default debug console on browser targets, color highlighted on terminal targets.
static var useConsole : Bool
Indicates if the transfer should get printed to the browsers debug console
static inline function _inc(t : String) : Void
Default incoming XMPP debug relay.
static inline function _out(t : String) : Void
Default outgoing XMPP debug relay.
static function _print(t : String, ?out : Bool, ?level : String) : Void
static inline function inc(t : String) : Void
static inline function out(t : String) : Void
static inline function print(t : String, out : Bool, ?level : String) : Void
Back | Index