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
Fields in org.apache.logging.log4j.core.config declared as CustomLevelConfig Modifier and Type Field Description (package private) static CustomLevelConfig[]CustomLevelConfig. EMPTY_ARRAYThe empty array.Fields in org.apache.logging.log4j.core.config with type parameters of type CustomLevelConfig Modifier and Type Field Description private java.util.List<CustomLevelConfig>AbstractConfiguration. customLevelsprivate java.util.List<CustomLevelConfig>CustomLevels. customLevelsMethods in org.apache.logging.log4j.core.config that return CustomLevelConfig Modifier and Type Method Description static CustomLevelConfigCustomLevelConfig. createLevel(java.lang.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 java.util.List<CustomLevelConfig>AbstractConfiguration. getCustomLevels()java.util.List<CustomLevelConfig>Configuration. getCustomLevels()Returns a list of descriptors of the custom levels defined in the current configuration.java.util.List<CustomLevelConfig>CustomLevels. getCustomLevels()Returns a list of theCustomLevelConfigobjects created during configuration.Methods in org.apache.logging.log4j.core.config with parameters of type CustomLevelConfig Modifier and Type Method Description static 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 Constructor Description CustomLevels(CustomLevelConfig[] customLevels)
-