public class AndroidDebugger extends AbstractDebugger
Only use this debugger if really required, Android has a good java.util.logging
implementation, therefore JulDebugger
is preferred.
printInterpreted
connection
Constructor and Description |
---|
AndroidDebugger(XMPPConnection connection) |
Modifier and Type | Method and Description |
---|---|
protected void |
log(String logMessage) |
protected void |
log(String logMessage,
Throwable throwable) |
newConnectionReader, newConnectionWriter, onIncomingStreamElement, onOutgoingStreamElement, userHasLogged
public AndroidDebugger(XMPPConnection connection)
protected void log(String logMessage)
log
in class AbstractDebugger
protected void log(String logMessage, Throwable throwable)
log
in class AbstractDebugger