Uses of Class
org.apache.logging.log4j.core.util.Source
Packages that use Source
Package
Description
Configuration of Log4j 2.
Log4j 2 helper classes.
-
Uses of Source in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config with parameters of type SourceModifier and TypeMethodDescriptionvoidDeprecated.Not used internally, no replacement.voidvoidConstructors in org.apache.logging.log4j.core.config with parameters of type SourceModifierConstructorDescriptionConfigurationSource(Source source, byte[] data, long lastModified) Constructs a newConfigurationSourcewith the specified source. -
Uses of Source in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util that return SourceModifier and TypeMethodDescriptionAbstractWatcher.getSource()Watcher.getSource()Returns the Source being monitored.Methods in org.apache.logging.log4j.core.util that return types with arguments of type SourceModifier and TypeMethodDescriptionWatchManager.getConfigurationWatchers()Return the ConfigurationWaatchers.Methods in org.apache.logging.log4j.core.util with parameters of type SourceModifier and TypeMethodDescriptionWatcherFactory.newWatcher(Source source, Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis) voidResets the configuration monitor for the given file being watched to its current last modified time.voidUnwatches the given file.voidWatches the given file.voidvoidCalled when the Watcher is registered.void