Uses of Class
org.apache.solr.logging.LogWatcher
-
Packages that use LogWatcher Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.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 LogWatcher in org.apache.solr.core
Fields in org.apache.solr.core declared as LogWatcher Modifier and Type Field Description protected LogWatcherCoreContainer. loggingMethods in org.apache.solr.core that return LogWatcher Modifier and Type Method Description LogWatcherCoreContainer. getLogging() -
Uses of LogWatcher in org.apache.solr.logging
Methods in org.apache.solr.logging that return LogWatcher Modifier and Type Method Description static LogWatcherLogWatcher. newRegisteredLogWatcher(LogWatcherConfig config, SolrResourceLoader loader)Create and register a LogWatcher. -
Uses of LogWatcher in org.apache.solr.logging.jul
Subclasses of LogWatcher in org.apache.solr.logging.jul Modifier and Type Class Description classJulWatcherConstructors in org.apache.solr.logging.jul with parameters of type LogWatcher Constructor Description RecordHandler(LogWatcher<LogRecord> framework) -
Uses of LogWatcher in org.apache.solr.logging.log4j2
Subclasses of LogWatcher in org.apache.solr.logging.log4j2 Modifier and Type Class Description classLog4j2Watcher
-