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 
org.apache.solr.logging.log4j Log4j 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)
           
 

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

Subclasses of LogWatcher in org.apache.solr.logging.log4j
 class Log4jWatcher
           
 

Constructors in org.apache.solr.logging.log4j with parameters of type LogWatcher
EventAppender(LogWatcher<org.apache.log4j.spi.LoggingEvent> framework)
           
 



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