ActionEngineUtilLogAppend Method

Output a line to the log as well as to the caller-supplied string builder.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static void LogAppend(
	StringBuilder builder,
	string line
)

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.

See Also