Class LogCategoryBuildItem


  • public final class LogCategoryBuildItem
    extends MultiBuildItem
    Establish the default log level of a log category.
    • Constructor Detail

      • LogCategoryBuildItem

        public LogCategoryBuildItem​(String category,
                                    Level level)
        Construct a new instance.
        Parameters:
        category - the category (must not be null or empty)
        level - the level (must not be null)
    • Method Detail

      • getCategory

        public String getCategory()
        Get the category.
        Returns:
        the category (not null)
      • getLevel

        public Level getLevel()
        Get the level.
        Returns:
        the level (not null)