Uses of Class
org.apache.solr.logging.LogWatcherConfig
Packages that use LogWatcherConfig
Package
Description
Core classes implementing Solr internals and the management of
SolrCoresAPIs related to capturing log event info in the
LoggingHandler-
Uses of LogWatcherConfig in org.apache.solr.core
Methods in org.apache.solr.core that return LogWatcherConfigMethods in org.apache.solr.core with parameters of type LogWatcherConfigModifier and TypeMethodDescriptionNodeConfig.NodeConfigBuilder.setLogWatcherConfig(LogWatcherConfig logWatcherConfig) -
Uses of LogWatcherConfig in org.apache.solr.logging
Methods in org.apache.solr.logging with parameters of type LogWatcherConfigModifier and TypeMethodDescriptionstatic LogWatcher<?> LogWatcher.newRegisteredLogWatcher(LogWatcherConfig config, SolrResourceLoader loader) Create and register a LogWatcher.