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