Write a text line to the user debug stream
Namespace: ScopeRuntime.DiagnosticsAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
Visual Basic |
---|
Public Shared Sub WriteLine ( _
groupId As String, _
line As String, _
filter As DebugStreamContentFilter _
) |
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
- filter
- Type: ScopeRuntime.Diagnostics..::..DebugStreamContentFilter
whether let system to add timestamp and current thread id to the line
Return Value
See Also