Uses of Interface
org.apache.logging.log4j.core.util.FileWatcher
-
Packages that use FileWatcher 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 FileWatcher in org.apache.logging.log4j.core.config
Classes in org.apache.logging.log4j.core.config that implement FileWatcher Modifier and Type Class Description class
ConfiguratonFileWatcher
Watcher for configuration files. -
Uses of FileWatcher in org.apache.logging.log4j.core.script
Classes in org.apache.logging.log4j.core.script that implement FileWatcher Modifier and Type Class Description class
ScriptManager
Manages the scripts use by the Configuration. -
Uses of FileWatcher in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util that return types with arguments of type FileWatcher Modifier and Type Method Description java.util.Map<java.io.File,FileWatcher>
WatchManager. getWatchers()
Methods in org.apache.logging.log4j.core.util with parameters of type FileWatcher Modifier and Type Method Description void
WatchManager. watchFile(java.io.File file, FileWatcher watcher)
-