Uses of Class
org.apache.logging.log4j.core.script.ScriptManager
Packages that use ScriptManager
Package
Description
Configuration of Log4j 2.
Log4j 2 Script support.
-
Uses of ScriptManager in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as ScriptManagerModifier and TypeFieldDescriptionprotected ScriptManager
AbstractConfiguration.scriptManager
The Script manager.Methods in org.apache.logging.log4j.core.config that return ScriptManagerModifier and TypeMethodDescriptionAbstractConfiguration.getScriptManager()
Configuration.getScriptManager()
Methods in org.apache.logging.log4j.core.config with parameters of type ScriptManagerModifier and TypeMethodDescriptionvoid
AbstractConfiguration.setScriptManager
(ScriptManager scriptManager) -
Uses of ScriptManager in org.apache.logging.log4j.core.script
Constructors in org.apache.logging.log4j.core.script with parameters of type ScriptManager