Uses of Interface
org.apache.logging.log4j.core.config.builder.api.ScriptFileComponentBuilder
-
Packages that use ScriptFileComponentBuilder 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 ScriptFileComponentBuilder in org.apache.logging.log4j.core.config.builder.api
Methods in org.apache.logging.log4j.core.config.builder.api that return ScriptFileComponentBuilder Modifier and Type Method Description ScriptFileComponentBuilder
ScriptFileComponentBuilder. addCharset(java.lang.String charset)
ScriptFileComponentBuilder
ScriptFileComponentBuilder. addIsWatched(boolean isWatched)
ScriptFileComponentBuilder
ScriptFileComponentBuilder. addIsWatched(java.lang.String isWatched)
ScriptFileComponentBuilder
ScriptFileComponentBuilder. addLanguage(java.lang.String language)
ScriptFileComponentBuilder
ConfigurationBuilder. newScriptFile(java.lang.String path)
Returns a builder for creating Async Loggers.ScriptFileComponentBuilder
ConfigurationBuilder. newScriptFile(java.lang.String name, java.lang.String path)
Returns a builder for creating Async Loggers.Methods in org.apache.logging.log4j.core.config.builder.api with parameters of type ScriptFileComponentBuilder Modifier and Type Method Description ConfigurationBuilder<T>
ConfigurationBuilder. add(ScriptFileComponentBuilder builder)
Adds a ScriptFileComponent. -
Uses of ScriptFileComponentBuilder in org.apache.logging.log4j.core.config.builder.impl
Classes in org.apache.logging.log4j.core.config.builder.impl that implement ScriptFileComponentBuilder Modifier and Type Class Description (package private) class
DefaultScriptFileComponentBuilder
Creates a ScriptFile ComponentBuilder.Methods in org.apache.logging.log4j.core.config.builder.impl that return ScriptFileComponentBuilder Modifier and Type Method Description ScriptFileComponentBuilder
DefaultConfigurationBuilder. newScriptFile(java.lang.String path)
ScriptFileComponentBuilder
DefaultConfigurationBuilder. newScriptFile(java.lang.String name, java.lang.String path)
Methods in org.apache.logging.log4j.core.config.builder.impl with parameters of type ScriptFileComponentBuilder Modifier and Type Method Description ConfigurationBuilder<T>
DefaultConfigurationBuilder. add(ScriptFileComponentBuilder builder)
-
Uses of ScriptFileComponentBuilder in org.apache.logging.log4j.core.config.properties
Methods in org.apache.logging.log4j.core.config.properties that return ScriptFileComponentBuilder Modifier and Type Method Description private ScriptFileComponentBuilder
PropertiesConfigurationBuilder. createScriptFile(java.util.Properties properties)
-