Class CategoryConfig


  • public class CategoryConfig
    extends Object
    • Field Detail

      • level

        @ConfigItem(defaultValue="inherit")
        InheritableLevel level
        The log level for this category. Note that to get log levels below INFO, the minimum level build time configuration option needs to be adjusted as well.
      • useParentHandlers

        @ConfigItem(defaultValue="true")
        boolean useParentHandlers
        Specify whether or not this logger should send its output to its parent Logger
    • Constructor Detail

      • CategoryConfig

        public CategoryConfig()