public final class SLF4JDebuggerFactory extends Object implements SmackDebuggerFactory
Modifier and Type | Field and Description |
---|---|
static SLF4JDebuggerFactory |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
SmackDebugger |
create(XMPPConnection connection)
Initialize the new SmackDebugger instance.
|
public static final SLF4JDebuggerFactory INSTANCE
public SmackDebugger create(XMPPConnection connection) throws IllegalArgumentException
SmackDebuggerFactory
create
in interface SmackDebuggerFactory
connection
- the XMPP connection this debugger is going to get attached to.IllegalArgumentException
- if the SmackDebugger can't be loaded.