Adds an output line to be sent to the output pane.

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

Syntax

C#
public void Add(
	OutputSeverityLevel severityLevel,
	string errorMessage
)
Visual Basic (Declaration)
Public Sub Add ( _
	severityLevel As OutputSeverityLevel, _
	errorMessage As String _
)
Visual C++
public:
void Add(
	OutputSeverityLevel severityLevel, 
	String^ errorMessage
)

Parameters

severityLevel
Type: RightEdge.Common..::.OutputSeverityLevel
Assigned severity level.
errorMessage
Type: System..::.String
Text containing the error or output message.

See Also