Interface LogCategories


  • public interface LogCategories
    This interface represents the collection of LogCategorys that can be persisted for performance monitoring.
    Since:
    MicroStrategy Web 7.5.2
    • Method Detail

      • elements

        java.util.Enumeration elements()
        Returns an enumeration of LogCategory objects.
        Returns:
        Enumeration list of log categories.
      • get

        LogCategory get​(int index)
        Returns the log category at the index passed.
        Parameters:
        index - the index for the log category queried.
        Returns:
        LogCategory the log category at the index passed.
      • getItemByName

        LogCategory getItemByName​(java.lang.String name)
        Returns the log category with name passed.
        Parameters:
        name - the name of log category queried.
        Returns:
        LogCategory the log category with the name passed.
      • size

        int size()
        Returns the size of this collection of log cateogories
        Returns:
        int the number of log categories.
      • isEmpty

        boolean isEmpty()
        Conveys if the collection of log categories is empty.
        Returns:
        boolean True if there are no LogCategory objects in the collection.