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

Packages that use LogWatcher
org.apache.solr.core   
org.apache.solr.logging.jul   
 

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-2012 Apache Software Foundation. All Rights Reserved.