Uses of Class
org.apache.logging.log4j.core.config.builder.api.Component
-
Packages that use Component 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.org.apache.logging.log4j.core.config.properties Configuration using Properties files. -
-
Uses of Component in org.apache.logging.log4j.core.config.builder.api
Fields in org.apache.logging.log4j.core.config.builder.api with type parameters of type Component Modifier and Type Field Description private java.util.List<Component>
Component. components
Methods in org.apache.logging.log4j.core.config.builder.api that return types with arguments of type Component Modifier and Type Method Description java.util.List<Component>
Component. getComponents()
Methods in org.apache.logging.log4j.core.config.builder.api with parameters of type Component Modifier and Type Method Description void
Component. addComponent(Component component)
-
Uses of Component in org.apache.logging.log4j.core.config.builder.impl
Fields in org.apache.logging.log4j.core.config.builder.impl declared as Component Modifier and Type Field Description private Component
DefaultConfigurationBuilder. appenders
private Component
BuiltConfiguration. appendersComponent
private Component
DefaultConfigurationBuilder. customLevels
private Component
BuiltConfiguration. customLevelsComponent
private Component
DefaultConfigurationBuilder. filters
private Component
BuiltConfiguration. filtersComponent
private Component
DefaultConfigurationBuilder. loggers
private Component
BuiltConfiguration. loggersComponent
private Component
DefaultConfigurationBuilder. properties
private Component
BuiltConfiguration. propertiesComponent
private Component
DefaultConfigurationBuilder. root
protected Component
BuiltConfiguration. rootComponent
private Component
DefaultConfigurationBuilder. scripts
private Component
BuiltConfiguration. scriptsComponent
Fields in org.apache.logging.log4j.core.config.builder.impl with type parameters of type Component Modifier and Type Field Description private java.util.List<Component>
DefaultComponentBuilder. components
Methods in org.apache.logging.log4j.core.config.builder.impl that return Component Modifier and Type Method Description Component
DefaultComponentBuilder. build()
Methods in org.apache.logging.log4j.core.config.builder.impl with parameters of type Component Modifier and Type Method Description protected ConfigurationBuilder<T>
DefaultConfigurationBuilder. add(Component parent, ComponentBuilder<?> builder)
protected Node
BuiltConfiguration. convertToNode(Node parent, Component component)
private void
DefaultConfigurationBuilder. writeXmlAttributes(javax.xml.stream.XMLStreamWriter xmlWriter, Component component)
private void
DefaultConfigurationBuilder. writeXmlComponent(javax.xml.stream.XMLStreamWriter xmlWriter, Component component, int nesting)
private void
DefaultConfigurationBuilder. writeXmlSection(javax.xml.stream.XMLStreamWriter xmlWriter, Component component)
Constructors in org.apache.logging.log4j.core.config.builder.impl with parameters of type Component Constructor Description BuiltConfiguration(LoggerContext loggerContext, ConfigurationSource source, Component rootComponent)
-
Uses of Component in org.apache.logging.log4j.core.config.properties
Constructors in org.apache.logging.log4j.core.config.properties with parameters of type Component Constructor Description PropertiesConfiguration(LoggerContext loggerContext, ConfigurationSource source, Component root)
-