Uses of Class
org.apache.logging.log4j.core.config.CustomLevelConfig
Packages that use CustomLevelConfig
-
Uses of CustomLevelConfig in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return CustomLevelConfigModifier and TypeMethodDescriptionstatic CustomLevelConfig
CustomLevelConfig.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 theCustomLevelConfig
objects created during configuration.Methods in org.apache.logging.log4j.core.config with parameters of type CustomLevelConfigModifier and TypeMethodDescriptionstatic CustomLevels
CustomLevels.createCustomLevels
(CustomLevelConfig[] customLevels) Create a CustomLevels object to contain all the CustomLevelConfigs.