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 ScriptManagerAbstractConfiguration.scriptManagerThe 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 TypeMethodDescriptionvoidAbstractConfiguration.setScriptManager(ScriptManager scriptManager) -
Uses of ScriptManager in org.apache.logging.log4j.core.script
Fields in org.apache.logging.log4j.core.script declared as ScriptManagerConstructors in org.apache.logging.log4j.core.script with parameters of type ScriptManager