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 WatchManagerAbstractConfiguration. watchManagerMethods in org.apache.logging.log4j.core.config that return WatchManager Modifier and Type Method Description WatchManagerAbstractConfiguration. getWatchManager()WatchManagerConfiguration. 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 WatchManagerScriptManager. watchManagerConstructors 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 voidWatchEventService. subscribe(WatchManager manager)voidWatchEventService. unsubscribe(WatchManager manager)
-