Uses of Class
org.apache.logging.log4j.core.config.CustomLevelConfig
Packages that use CustomLevelConfig
-
Uses of CustomLevelConfig in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as CustomLevelConfigModifier and TypeFieldDescription(package private) static final CustomLevelConfig[]CustomLevelConfig.EMPTY_ARRAYThe empty array.Fields in org.apache.logging.log4j.core.config with type parameters of type CustomLevelConfigModifier and TypeFieldDescriptionprivate List<CustomLevelConfig> AbstractConfiguration.customLevelsprivate final List<CustomLevelConfig> CustomLevels.customLevelsMethods in org.apache.logging.log4j.core.config that return CustomLevelConfigModifier and TypeMethodDescriptionstatic CustomLevelConfigCustomLevelConfig.createLevel(String levelName, int intLevel) Creates a CustomLevelConfig object.Methods in org.apache.logging.log4j.core.config that return types with arguments of type CustomLevelConfigModifier and TypeMethodDescriptionAbstractConfiguration.getCustomLevels()Configuration.getCustomLevels()Returns a list of descriptors of the custom levels defined in the current configuration.CustomLevels.getCustomLevels()Returns a list of theCustomLevelConfigobjects created during configuration.Methods in org.apache.logging.log4j.core.config with parameters of type CustomLevelConfigModifier and TypeMethodDescriptionstatic CustomLevelsCustomLevels.createCustomLevels(CustomLevelConfig[] customLevels) Create a CustomLevels object to contain all the CustomLevelConfigs.Constructors in org.apache.logging.log4j.core.config with parameters of type CustomLevelConfig