Uses of Class
org.apache.logging.log4j.core.config.CustomLevelConfig
-
Packages that use CustomLevelConfig Package Description org.apache.logging.log4j.core.config Configuration of Log4j 2. -
-
Uses of CustomLevelConfig in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return CustomLevelConfig Modifier and Type Method Description static 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 CustomLevelConfig Modifier and Type Method Description List<CustomLevelConfig>
AbstractConfiguration. getCustomLevels()
List<CustomLevelConfig>
Configuration. getCustomLevels()
Returns a list of descriptors of the custom levels defined in the current configuration.List<CustomLevelConfig>
CustomLevels. getCustomLevels()
Returns a list of theCustomLevelConfig
objects created during configuration.Methods in org.apache.logging.log4j.core.config with parameters of type CustomLevelConfig Modifier and Type Method Description static CustomLevels
CustomLevels. createCustomLevels(CustomLevelConfig[] customLevels)
Create a CustomLevels object to contain all the CustomLevelConfigs.
-