Uses of Interface
org.apache.logging.log4j.core.config.builder.api.ScriptComponentBuilder
-
Packages that use ScriptComponentBuilder 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 ScriptComponentBuilder in org.apache.logging.log4j.core.config.builder.api
Methods in org.apache.logging.log4j.core.config.builder.api that return ScriptComponentBuilder Modifier and Type Method Description ScriptComponentBuilderConfigurationBuilder. newScript(java.lang.String name, java.lang.String language, java.lang.String text)Returns a builder for creating Async Loggers.Methods in org.apache.logging.log4j.core.config.builder.api with parameters of type ScriptComponentBuilder Modifier and Type Method Description ConfigurationBuilder<T>ConfigurationBuilder. add(ScriptComponentBuilder builder)Adds a ScriptComponent. -
Uses of ScriptComponentBuilder in org.apache.logging.log4j.core.config.builder.impl
Classes in org.apache.logging.log4j.core.config.builder.impl that implement ScriptComponentBuilder Modifier and Type Class Description (package private) classDefaultScriptComponentBuilderMethods in org.apache.logging.log4j.core.config.builder.impl that return ScriptComponentBuilder Modifier and Type Method Description ScriptComponentBuilderDefaultConfigurationBuilder. newScript(java.lang.String name, java.lang.String language, java.lang.String text)Methods in org.apache.logging.log4j.core.config.builder.impl with parameters of type ScriptComponentBuilder Modifier and Type Method Description ConfigurationBuilder<T>DefaultConfigurationBuilder. add(ScriptComponentBuilder builder) -
Uses of ScriptComponentBuilder in org.apache.logging.log4j.core.config.properties
Methods in org.apache.logging.log4j.core.config.properties that return ScriptComponentBuilder Modifier and Type Method Description private ScriptComponentBuilderPropertiesConfigurationBuilder. createScript(java.util.Properties properties)
-