Class CategoryBuildTimeConfig


  • public class CategoryBuildTimeConfig
    extends Object
    • Field Detail

      • minLevel

        @ConfigItem(defaultValue="inherit")
        public InheritableLevel minLevel
        The minimum log level for this category. By default all categories are configured with DEBUG minimum level. To get runtime logging below DEBUG, e.g. TRACE, the minimum level has to be adjusted at build time, the right log level needs to be provided at runtime. As an example, to get TRACE logging, minimum level needs to be at TRACE and the runtime log level needs to match that.
    • Constructor Detail

      • CategoryBuildTimeConfig

        public CategoryBuildTimeConfig()