Uses of Class
org.apache.logging.log4j.core.script.AbstractScript
Packages that use AbstractScript
Package
Description
Log4j 2 Appenders.
Support classes for the Rolling File Appender.
Apache Flume Appender.
Configuration of Log4j 2.
Log4j 2 Filter support.
Log4j 2 Layout support.
Log4j 2 Script support.
-
Uses of AbstractScript in org.apache.logging.log4j.core.appender
Methods in org.apache.logging.log4j.core.appender that return AbstractScriptMethods in org.apache.logging.log4j.core.appender with parameters of type AbstractScriptModifier and TypeMethodDescriptionScriptAppenderSelector.Builder.withScript(AbstractScript script) -
Uses of AbstractScript in org.apache.logging.log4j.core.appender.rolling.action
Methods in org.apache.logging.log4j.core.appender.rolling.action with parameters of type AbstractScriptModifier and TypeMethodDescriptionstatic ScriptConditionScriptCondition.createCondition(AbstractScript script, Configuration configuration) Creates the ScriptCondition.Constructors in org.apache.logging.log4j.core.appender.rolling.action with parameters of type AbstractScriptModifierConstructorDescriptionScriptCondition(AbstractScript script, Configuration configuration) Constructs a new ScriptCondition. -
Uses of AbstractScript in org.apache.logging.log4j.core.appender.routing
Methods in org.apache.logging.log4j.core.appender.routing that return AbstractScriptModifier and TypeMethodDescriptionRoutingAppender.Builder.getDefaultRouteScript()RoutingAppender.getDefaultRouteScript()Routes.Builder.getPatternScript()Routes.getPatternScript()Gets the optional script that decides which route to pick.Methods in org.apache.logging.log4j.core.appender.routing with parameters of type AbstractScriptModifier and TypeMethodDescriptionRoutingAppender.Builder.withDefaultRouteScript(AbstractScript defaultRouteScript) Routes.Builder.withPatternScript(AbstractScript patternScript) -
Uses of AbstractScript in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return AbstractScriptModifier and TypeMethodDescriptionstatic AbstractScript[]ScriptsPlugin.createScripts(AbstractScript[] scripts) Return the array of scriptsMethods in org.apache.logging.log4j.core.config with parameters of type AbstractScriptModifier and TypeMethodDescriptionstatic AbstractScript[]ScriptsPlugin.createScripts(AbstractScript[] scripts) Return the array of scripts -
Uses of AbstractScript in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter with parameters of type AbstractScriptModifier and TypeMethodDescriptionstatic ScriptFilterScriptFilter.createFilter(AbstractScript script, Filter.Result match, Filter.Result mismatch, Configuration configuration) Creates the ScriptFilter. -
Uses of AbstractScript in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout with parameters of type AbstractScriptModifier and TypeMethodDescriptionstatic ScriptPatternSelectorScriptPatternSelector.createSelector(AbstractScript script, PatternMatch[] properties, String defaultPattern, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, Configuration configuration) Deprecated.ScriptPatternSelector.Builder.setScript(AbstractScript script) Constructors in org.apache.logging.log4j.core.layout with parameters of type AbstractScriptModifierConstructorDescriptionScriptPatternSelector(AbstractScript script, PatternMatch[] properties, String defaultPattern, boolean alwaysWriteExceptions, boolean disableAnsi, boolean noConsoleNoAnsi, Configuration config) Deprecated.UseScriptPatternSelector.newBuilder()instead. -
Uses of AbstractScript in org.apache.logging.log4j.core.script
Subclasses of AbstractScript in org.apache.logging.log4j.core.scriptModifier and TypeClassDescriptionclassContainer for the language and body of a script.classContainer for the language and body of a script file along with the file location.classContains a reference to a script defined elsewhere in the configuration.Methods in org.apache.logging.log4j.core.script that return AbstractScriptMethods in org.apache.logging.log4j.core.script with parameters of type AbstractScriptModifier and TypeMethodDescriptionbooleanScriptManager.addScript(AbstractScript script) ScriptManager.createBindings(AbstractScript script)
ScriptPatternSelector.newBuilder()instead.