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 ScriptFileComponentBuilderScriptFileComponentBuilder. addCharset(java.lang.String charset)ScriptFileComponentBuilderScriptFileComponentBuilder. addIsWatched(boolean isWatched)ScriptFileComponentBuilderScriptFileComponentBuilder. addIsWatched(java.lang.String isWatched)ScriptFileComponentBuilderScriptFileComponentBuilder. addLanguage(java.lang.String language)ScriptFileComponentBuilderConfigurationBuilder. newScriptFile(java.lang.String path)Returns a builder for creating Async Loggers.ScriptFileComponentBuilderConfigurationBuilder. 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) classDefaultScriptFileComponentBuilderCreates a ScriptFile ComponentBuilder.Methods in org.apache.logging.log4j.core.config.builder.impl that return ScriptFileComponentBuilder Modifier and Type Method Description ScriptFileComponentBuilderDefaultConfigurationBuilder. newScriptFile(java.lang.String path)ScriptFileComponentBuilderDefaultConfigurationBuilder. 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 ScriptFileComponentBuilderPropertiesConfigurationBuilder. createScriptFile(java.util.Properties properties)
-