Interface LoggerNameModel

    • Method Detail

      • getLoggerNames

        java.util.Collection getLoggerNames()
        Returns an unmodifiable Collection of the uniquely known LoggerNames within this model.
        Returns:
        unmodifiable Collection of Logger name Strings
      • addLoggerName

        boolean addLoggerName​(java.lang.String loggerName)
        Attempts to add the loggerName to the model, and returns true if it does, i.e that the loggerName is new, otherwise it is ignored.

        If the loggerName is new for this model, all the LoggerNameListeners are notified using this thread.

        Parameters:
        loggerName -
      • reset

        void reset()
        The logger names have been cleared