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

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual void Message(
	string message
)
Visual Basic
Public Overridable Sub Message ( _
	message As String _
)
Visual C++
public:
virtual void Message(
	String^ message
)

Parameters

message
Type: System..::..String

[Missing <param name="message"/> documentation for "M:Lucene.Net.Index.IndexWriter.Message(System.String)"]

See Also