[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Print text to the underlying writer.

Namespace: net.esper.util
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub WriteLine ( _
	text As String _
)
C#
public virtual void WriteLine (
	string text
)
Visual C++
public:
virtual void WriteLine (
	String^ text
)

Parameters

text
System.String
to print