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. -
-
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 ScriptComponentBuilder
ConfigurationBuilder. newScript(String name, String language, 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
Methods in org.apache.logging.log4j.core.config.builder.impl that return ScriptComponentBuilder Modifier and Type Method Description ScriptComponentBuilder
DefaultConfigurationBuilder. newScript(String name, String language, 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)
-