Package org.apache.solr.update
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.InfoStreamAnInfoStreamimplementation which passes messages on to Solr's logging.
- 
- 
Constructor SummaryConstructors Constructor Description LoggingInfoStream()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanisEnabled(String component)voidmessage(String component, String message)
 
- 
- 
- 
Method Detail- 
messagepublic void message(String component, String message) - Specified by:
- messagein class- org.apache.lucene.util.InfoStream
 
 - 
isEnabledpublic boolean isEnabled(String component) - Specified by:
- isEnabledin class- org.apache.lucene.util.InfoStream
 
 - 
closepublic void close() throws IOException- Throws:
- IOException
 
 
- 
 
-