Click or drag to resize
LogContextAppendLine 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 AppendLine(
	string text
)

Parameters

text
Type: SystemString
Text to append
See Also