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
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
Constructors in org.apache.logging.log4j.core.script with parameters of type WatchManager Constructor Description ScriptManager(Configuration configuration, WatchManager watchManager)
-
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)
-