Write a text line to the user debug stream

Namespace: ScopeRuntime.Diagnostics
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public static void WriteLine(
	string groupId,
	string line
)
Visual Basic
Public Shared Sub WriteLine ( _
	groupId As String, _
	line As String _
)
Visual C++
public:
static void WriteLine(
	String^ groupId, 
	String^ line
)

Parameters

groupId
Type: String
Nullable. Specified by customer. Group ID can be used to differentiate debug data generated by different instances of operators.
line
Type: String
The line to write

Return Value

See Also