ActionEngineUtilLogAppend Method
Output a line to the log as well as to the caller-supplied string
builder.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static void LogAppend(
StringBuilder builder,
string line
)
Public Shared Sub LogAppend (
builder As StringBuilder,
line As String
)
No code example is currently available or this language may not be supported.
Parameters
- builder StringBuilder
-
Reference to the string builder that will receive the line.
- line String
-
Line to output to the log and to the builder.