Uses of Class
org.apache.logging.log4j.core.util.WatchManager
-
Packages that use WatchManager Package Description org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.script Log4j 2 Script support.org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of WatchManager in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as WatchManager Modifier and Type Field Description private WatchManager
AbstractConfiguration. watchManager
Methods in org.apache.logging.log4j.core.config that return WatchManager Modifier and Type Method Description WatchManager
AbstractConfiguration. getWatchManager()
WatchManager
Configuration. getWatchManager()
Return the WatchManager. -
Uses of WatchManager in org.apache.logging.log4j.core.script
Fields in org.apache.logging.log4j.core.script declared as WatchManager Modifier and Type Field Description private WatchManager
ScriptManager. watchManager
Constructors in org.apache.logging.log4j.core.script with parameters of type WatchManager Constructor Description ScriptManager(Configuration configuration, WatchManager watchManager, java.lang.String scriptLanguages)
-
Uses of WatchManager in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util with parameters of type WatchManager Modifier and Type Method Description void
WatchEventService. subscribe(WatchManager manager)
void
WatchEventService. unsubscribe(WatchManager manager)
-