Class AbstractDebugger

    • Method Detail

      • log

        protected abstract void log​(java.lang.String logMessage)
      • log

        protected abstract void log​(java.lang.String logMessage,
                                    java.lang.Throwable throwable)
      • outgoingStreamSink

        public final void outgoingStreamSink​(java.lang.CharSequence outgoingCharSequence)
        Description copied from class: SmackDebugger
        Note that the sequence of characters may be pretty printed.
        Specified by:
        outgoingStreamSink in class SmackDebugger
        Parameters:
        outgoingCharSequence - the outgoing character sequence.
      • userHasLogged

        public void userHasLogged​(EntityFullJid user)
        Description copied from class: SmackDebugger
        Called when a user has logged in to the server. The user could be an anonymous user, this means that the user would be of the form host/resource instead of the form user@host/resource.
        Specified by:
        userHasLogged in class SmackDebugger
        Parameters:
        user - the user@host/resource that has just logged in