Uses of Package
org.apache.solr.logging

Packages that use org.apache.solr.logging
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
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 
 

Classes in org.apache.solr.logging used by org.apache.solr.core
LogWatcher
          A Class to monitor Logging events and hold N events in memory This is abstract so we can support both JUL and Log4j (and other logging platforms)
LogWatcherConfig
          Defines the configuration of a LogWatcher
 

Classes in org.apache.solr.logging used by org.apache.solr.logging
CircularList
          FIFO Circular List.
ListenerConfig
           
LoggerInfo
          Wrapper class for Logger implementaions
LogWatcher
          A Class to monitor Logging events and hold N events in memory This is abstract so we can support both JUL and Log4j (and other logging platforms)
LogWatcherConfig
          Defines the configuration of a LogWatcher
 

Classes in org.apache.solr.logging used by org.apache.solr.logging.jul
ListenerConfig
           
LoggerInfo
          Wrapper class for Logger implementaions
LogWatcher
          A Class to monitor Logging events and hold N events in memory This is abstract so we can support both JUL and Log4j (and other logging platforms)
 

Classes in org.apache.solr.logging used by org.apache.solr.logging.log4j
ListenerConfig
           
LoggerInfo
          Wrapper class for Logger implementaions
LogWatcher
          A Class to monitor Logging events and hold N events in memory This is abstract so we can support both JUL and Log4j (and other logging platforms)
 



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