Class SLF4JDebuggerFactory
java.lang.Object
org.jivesoftware.smackx.debugger.slf4j.SLF4JDebuggerFactory
- All Implemented Interfaces:
org.jivesoftware.smack.debugger.SmackDebuggerFactory
public final class SLF4JDebuggerFactory
extends Object
implements org.jivesoftware.smack.debugger.SmackDebuggerFactory
Implementation of SmackDebuggerFactory which always creates instance of SLF4JSmackDebugger.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.jivesoftware.smack.debugger.SmackDebuggercreate(org.jivesoftware.smack.XMPPConnection connection)
-
Field Details
-
INSTANCE
-
-
Method Details
-
create
public org.jivesoftware.smack.debugger.SmackDebugger create(org.jivesoftware.smack.XMPPConnection connection) throws IllegalArgumentException - Specified by:
createin interfaceorg.jivesoftware.smack.debugger.SmackDebuggerFactory- Throws:
IllegalArgumentException
-