Interface LoggerInfoMetadata

    • Method Detail

      • getLoggerNames

        Set<String> getLoggerNames()
        Provides a set of logger names for which additional metadata is available.
        Returns:
      • getDescription

        String getDescription​(String logger)
        Gets the description for the named logger.
        Returns:
      • getDescription

        String getDescription​(String logger,
                              Locale locale)
        Get description for the named logger for given locale
        Parameters:
        logger -
        locale -
        Returns:
      • getSubsystem

        String getSubsystem​(String logger)
        Gets the subsystem grouping to which a specified logger belongs.
        Parameters:
        logger -
        Returns:
      • isPublished

        boolean isPublished​(String logger)
        Gets whether the specified logger is to be included in the public doc.
        Parameters:
        logger -
        Returns:
        true if the logger is to be documented otherwise false for internal fine-grained loggers.