Click or drag to resize
LogContextAppend Method
Appends text to the log.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax
C#
public static void Append(
	string text
)

Parameters

text
Type: SystemString
Text to append
See Also