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

Packages that use ListenerConfig
org.apache.solr.logging APIs related to capturing log event info in the LoggingHandler 
org.apache.solr.logging.jul JUL based implementation of LogWatcher 
org.apache.solr.logging.log4j Log4j based implementation of LogWatcher 
 

Uses of ListenerConfig in org.apache.solr.logging
 

Methods in org.apache.solr.logging that return ListenerConfig
 ListenerConfig LogWatcherConfig.asListenerConfig()
           
 

Methods in org.apache.solr.logging with parameters of type ListenerConfig
abstract  void LogWatcher.registerListener(ListenerConfig cfg)
           
 

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

Methods in org.apache.solr.logging.jul with parameters of type ListenerConfig
 void JulWatcher.registerListener(ListenerConfig cfg)
           
 

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

Methods in org.apache.solr.logging.log4j with parameters of type ListenerConfig
 void Log4jWatcher.registerListener(ListenerConfig cfg)
           
 



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