Package org.apache.logging.log4j.core.config.builder.impl
package org.apache.logging.log4j.core.config.builder.impl
Configuration Builder Implementation.
- Since:
- 2.4
-
ClassesClassDescriptionThis is the general version of the Configuration created by the Builder.Holds the Appender Component attributes and subcomponents.Holds the Appender Component attributes and subcomponents.DefaultComponentAndConfigurationBuilder<T extends ComponentBuilder<T>>Extends
DefaultComponentBuilder
to specifyDefaultConfigurationBuilder<? extends Configuration>
as theConfigurationBuilder
type.DefaultComponentBuilder<T extends ComponentBuilder<T>,CB extends ConfigurationBuilder<? extends Configuration>> Generic component that captures attributes and Components in preparation for assembling the Appender's Component.DefaultConfigurationBuilder<T extends BuiltConfiguration>Creates a ScriptFile ComponentBuilder.