Click or drag to resize
LogContextAppendText Method
Appends the text.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax
C#
public void AppendText(
	string text,
	bool newLine = true
)

Parameters

text
Type: SystemString
Text to append
newLine (Optional)
Type: SystemBoolean
Append as new line

Implements

ILogContextAppendText(String, Boolean)
See Also