Uses of Class
org.apache.solr.logging.LogWatcherConfig
-
Packages that use LogWatcherConfig Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.logging APIs related to capturing log event info in theLoggingHandler -
-
Uses of LogWatcherConfig in org.apache.solr.core
Methods in org.apache.solr.core that return LogWatcherConfig Modifier and Type Method Description LogWatcherConfigNodeConfig. getLogWatcherConfig()Methods in org.apache.solr.core with parameters of type LogWatcherConfig Modifier and Type Method Description NodeConfig.NodeConfigBuilderNodeConfig.NodeConfigBuilder. setLogWatcherConfig(LogWatcherConfig logWatcherConfig) -
Uses of LogWatcherConfig in org.apache.solr.logging
Methods in org.apache.solr.logging with parameters of type LogWatcherConfig Modifier and Type Method Description static LogWatcherLogWatcher. newRegisteredLogWatcher(LogWatcherConfig config, SolrResourceLoader loader)Create and register a LogWatcher.
-