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

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 11.0.0
Syntax
C#
public static void AppendLine(
	string text,
	string contextName = null
)

Parameters

text
Type: SystemString
Text to append
contextName (Optional)
Type: SystemString
Context name
See Also