Uses of Class
org.apache.logging.log4j.core.config.builder.api.Component
Packages that use Component
Package
Description
Configuration Builder API for programmatically configuring Log4j.
Configuration Builder Implementation.
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 ComponentMethods in org.apache.logging.log4j.core.config.builder.api that return types with arguments of type ComponentMethods in org.apache.logging.log4j.core.config.builder.api with parameters of type 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 ComponentModifier and TypeFieldDescriptionprivate 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 final 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 ComponentMethods in org.apache.logging.log4j.core.config.builder.impl that return ComponentMethods in org.apache.logging.log4j.core.config.builder.impl with parameters of type ComponentModifier and TypeMethodDescriptionprotected ConfigurationBuilder
<T> DefaultConfigurationBuilder.add
(Component parent, ComponentBuilder<?> builder) protected Node
BuiltConfiguration.convertToNode
(Node parent, Component component) private void
DefaultConfigurationBuilder.writeXmlAttributes
(XMLStreamWriter xmlWriter, Component component) private void
DefaultConfigurationBuilder.writeXmlComponent
(XMLStreamWriter xmlWriter, Component component) private void
DefaultConfigurationBuilder.writeXmlSection
(XMLStreamWriter xmlWriter, Component component) Constructors in org.apache.logging.log4j.core.config.builder.impl with parameters of type ComponentModifierConstructorDescriptionBuiltConfiguration
(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 ComponentModifierConstructorDescriptionPropertiesConfiguration
(LoggerContext loggerContext, ConfigurationSource source, Component root)