public class JulDebugger extends AbstractDebugger
It is possible to not only print the raw sent and received stanzas but also the interpreted packets by Smack. By default interpreted packets won't be printed. To enable this feature just change the printInterpreted static variable to true.
printInterpreted| Constructor and Description |
|---|
JulDebugger(XMPPConnection connection,
Writer writer,
Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
log(String logMessage) |
getReader, getReaderListener, getWriter, getWriterListener, newConnectionReader, newConnectionWriter, userHasLoggedpublic JulDebugger(XMPPConnection connection, Writer writer, Reader reader)
protected void log(String logMessage)
log in class AbstractDebugger