Apache Lucene.Net 2.4.0 Class Library API

IndexWriter.Message Method 

Prints a message to the infoStream (if non-null), prefixed with the identifying information for this writer and the thread that's calling it.

public virtual void Message(
   string message
);

See Also

IndexWriter Class | Lucene.Net.Index Namespace