Click or drag to resize
ILogContextAppendText Method
Appends the text.

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

Parameters

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