Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jivesoftware.smack.debugger.SmackDebugger create​(org.jivesoftware.smack.XMPPConnection connection)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

        public org.jivesoftware.smack.debugger.SmackDebugger create​(org.jivesoftware.smack.XMPPConnection connection)
                                                             throws java.lang.IllegalArgumentException
        Specified by:
        create in interface org.jivesoftware.smack.debugger.SmackDebuggerFactory
        Throws:
        java.lang.IllegalArgumentException