Uses of Class
org.apache.solr.logging.LogWatcher

Packages that use LogWatcher
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
org.apache.solr.logging.jul JUL based implementation of LogWatcher 
 

Uses of LogWatcher in org.apache.solr.core
 

Fields in org.apache.solr.core declared as LogWatcher
protected  LogWatcher CoreContainer.logging
           
 

Methods in org.apache.solr.core that return LogWatcher
 LogWatcher CoreContainer.getLogging()
           
 

Methods in org.apache.solr.core with parameters of type LogWatcher
 void CoreContainer.setLogging(LogWatcher v)
           
 

Uses of LogWatcher in org.apache.solr.logging.jul
 

Subclasses of LogWatcher in org.apache.solr.logging.jul
 class JulWatcher
           
 

Constructors in org.apache.solr.logging.jul with parameters of type LogWatcher
RecordHandler(LogWatcher<LogRecord> framework)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.