Uses of Class
org.apache.logging.log4j.core.script.ScriptManager
-
Packages that use ScriptManager Package Description org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.script Log4j 2 Script support. -
-
Uses of ScriptManager in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as ScriptManager Modifier and Type Field Description protected ScriptManager
AbstractConfiguration. scriptManager
The Script manager.Methods in org.apache.logging.log4j.core.config that return ScriptManager Modifier and Type Method Description ScriptManager
AbstractConfiguration. getScriptManager()
ScriptManager
Configuration. getScriptManager()
Methods in org.apache.logging.log4j.core.config with parameters of type ScriptManager Modifier and Type Method Description void
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 Constructor Description ScriptRef(String name, ScriptManager scriptManager)
-