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