Uses of Class
org.apache.solr.logging.ListenerConfig
-
Packages that use ListenerConfig Package Description org.apache.solr.logging APIs related to capturing log event info in theLoggingHandlerorg.apache.solr.logging.jul JUL based implementation ofLogWatcherorg.apache.solr.logging.log4j2 LOG4J2 based implementation ofLogWatcher -
-
Uses of ListenerConfig in org.apache.solr.logging
Methods in org.apache.solr.logging that return ListenerConfig Modifier and Type Method Description ListenerConfigLogWatcherConfig. asListenerConfig()Methods in org.apache.solr.logging with parameters of type ListenerConfig Modifier and Type Method Description abstract voidLogWatcher. registerListener(ListenerConfig cfg) -
Uses of ListenerConfig in org.apache.solr.logging.jul
Methods in org.apache.solr.logging.jul with parameters of type ListenerConfig Modifier and Type Method Description voidJulWatcher. registerListener(ListenerConfig cfg) -
Uses of ListenerConfig in org.apache.solr.logging.log4j2
Methods in org.apache.solr.logging.log4j2 with parameters of type ListenerConfig Modifier and Type Method Description voidLog4j2Watcher. registerListener(ListenerConfig cfg)
-