Class LoggingInfoStream

java.lang.Object
org.apache.lucene.util.InfoStream
org.apache.solr.update.LoggingInfoStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class LoggingInfoStream extends org.apache.lucene.util.InfoStream
An InfoStream implementation which passes messages on to Solr's logging.
  • Constructor Details

    • LoggingInfoStream

      public LoggingInfoStream()
  • Method Details

    • message

      public void message(String component, String message)
      Specified by:
      message in class org.apache.lucene.util.InfoStream
    • isEnabled

      public boolean isEnabled(String component)
      Specified by:
      isEnabled in class org.apache.lucene.util.InfoStream
    • close

      public void close() throws IOException
      Throws:
      IOException