Interface LogConfig

    • Method Detail

      • addItem

        void addItem​(LogConfigItem item)
        Adds an item to the config array
      • removeItem

        void removeItem​(int index)
        Removes an item from the config array
      • getItem

        LogConfigItem getItem​(int index)
        Returns a specific item from the config array
      • newItem

        LogConfigItem newItem()
        Returns a new item which is added to the internal list
      • getItems

        java.util.List<LogConfigItem> getItems()
        Returns the list of log config objects