Uses of Class
org.apache.logging.log4j.core.config.ConfigurationScheduler
-
Packages that use ConfigurationScheduler Package Description org.apache.logging.log4j.core.appender.routing org.apache.logging.log4j.core.config org.apache.logging.log4j.core.util -
-
Uses of ConfigurationScheduler in org.apache.logging.log4j.core.appender.routing
Constructors in org.apache.logging.log4j.core.appender.routing with parameters of type ConfigurationScheduler Constructor Description IdlePurgePolicy(long timeToLive, long checkInterval, ConfigurationScheduler scheduler) -
Uses of ConfigurationScheduler in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return ConfigurationScheduler Modifier and Type Method Description ConfigurationSchedulerAbstractConfiguration. getScheduler()ConfigurationSchedulerConfiguration. getScheduler() -
Uses of ConfigurationScheduler in org.apache.logging.log4j.core.util
Constructors in org.apache.logging.log4j.core.util with parameters of type ConfigurationScheduler Constructor Description WatchManager(ConfigurationScheduler scheduler)
-