Uses of Interface
org.apache.logging.log4j.core.config.builder.api.CustomLevelComponentBuilder
-
Packages that use CustomLevelComponentBuilder Package Description org.apache.logging.log4j.core.config.builder.api Configuration Builder API for programmatically configuring Log4j.org.apache.logging.log4j.core.config.builder.impl Configuration Builder Implementation. -
-
Uses of CustomLevelComponentBuilder in org.apache.logging.log4j.core.config.builder.api
Methods in org.apache.logging.log4j.core.config.builder.api that return CustomLevelComponentBuilder Modifier and Type Method Description CustomLevelComponentBuilder
ConfigurationBuilder. newCustomLevel(java.lang.String name, int level)
Returns a builder for creating CustomLevelsMethods in org.apache.logging.log4j.core.config.builder.api with parameters of type CustomLevelComponentBuilder Modifier and Type Method Description ConfigurationBuilder<T>
ConfigurationBuilder. add(CustomLevelComponentBuilder builder)
Adds a CustomLevel component. -
Uses of CustomLevelComponentBuilder in org.apache.logging.log4j.core.config.builder.impl
Classes in org.apache.logging.log4j.core.config.builder.impl that implement CustomLevelComponentBuilder Modifier and Type Class Description (package private) class
DefaultCustomLevelComponentBuilder
Methods in org.apache.logging.log4j.core.config.builder.impl that return CustomLevelComponentBuilder Modifier and Type Method Description CustomLevelComponentBuilder
DefaultConfigurationBuilder. newCustomLevel(java.lang.String name, int level)
Methods in org.apache.logging.log4j.core.config.builder.impl with parameters of type CustomLevelComponentBuilder Modifier and Type Method Description ConfigurationBuilder<T>
DefaultConfigurationBuilder. add(CustomLevelComponentBuilder builder)
-