Adds an informational message to the system output window.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public void OutputMessage(
	string message
)
Visual Basic (Declaration)
Public Sub OutputMessage ( _
	message As String _
)
Visual C++
public:
void OutputMessage(
	String^ message
)

Parameters

message
Type: System..::.String
The message to add.

See Also