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_ARRAY
The empty array.Fields in org.apache.logging.log4j.core.config with type parameters of type CustomLevelConfigModifier and TypeFieldDescriptionprivate List<CustomLevelConfig>
AbstractConfiguration.customLevels
private final List<CustomLevelConfig>
CustomLevels.customLevels
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.Constructors in org.apache.logging.log4j.core.config with parameters of type CustomLevelConfig