Class SLF4JDebuggerFactory
java.lang.Object
org.jivesoftware.smackx.debugger.slf4j.SLF4JDebuggerFactory
- All Implemented Interfaces:
 SmackDebuggerFactory
Implementation of SmackDebuggerFactory which always creates instance of SLF4JSmackDebugger.
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptioncreate(XMPPConnection connection) Initialize the new SmackDebugger instance. 
- 
Field Details
- 
INSTANCE
 
 - 
 - 
Method Details
- 
create
Description copied from interface:SmackDebuggerFactoryInitialize the new SmackDebugger instance.- Specified by:
 createin interfaceSmackDebuggerFactory- Parameters:
 connection- the XMPP connection this debugger is going to get attached to.- Returns:
 - SmackDebugger.
 - Throws:
 IllegalArgumentException- if the SmackDebugger can't be loaded.
 
 -