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 ScriptManagerAbstractConfiguration. scriptManagerThe Script manager.Methods in org.apache.logging.log4j.core.config that return ScriptManager Modifier and Type Method Description ScriptManagerAbstractConfiguration. getScriptManager()ScriptManagerConfiguration. getScriptManager()Methods in org.apache.logging.log4j.core.config with parameters of type ScriptManager Modifier and Type Method Description voidAbstractConfiguration. setScriptManager(ScriptManager scriptManager) -
Uses of ScriptManager in org.apache.logging.log4j.core.script
Fields in org.apache.logging.log4j.core.script declared as ScriptManager Modifier and Type Field Description private ScriptManagerScriptRef. scriptManagerConstructors in org.apache.logging.log4j.core.script with parameters of type ScriptManager Constructor Description ScriptRef(java.lang.String name, ScriptManager scriptManager)
-