Uses of Interface
org.apache.logging.log4j.core.config.builder.api.CustomLevelComponentBuilder
Packages that use CustomLevelComponentBuilder
Package
Description
Configuration Builder API for programmatically configuring Log4j.
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 CustomLevelComponentBuilderModifier and TypeMethodDescriptionConfigurationBuilder.newCustomLevel
(String name, int level) Returns a builder for creating CustomLevelsMethods in org.apache.logging.log4j.core.config.builder.api with parameters of type CustomLevelComponentBuilderModifier and TypeMethodDescriptionConfigurationBuilder.add
(CustomLevelComponentBuilder builder) Adds a CustomLevel component. -
Uses of CustomLevelComponentBuilder in org.apache.logging.log4j.core.config.builder.impl
Methods in org.apache.logging.log4j.core.config.builder.impl that return CustomLevelComponentBuilderModifier and TypeMethodDescriptionDefaultConfigurationBuilder.newCustomLevel
(String name, int level) Methods in org.apache.logging.log4j.core.config.builder.impl with parameters of type CustomLevelComponentBuilderModifier and TypeMethodDescriptionDefaultConfigurationBuilder.add
(CustomLevelComponentBuilder builder)