| ILogContextAppendText Method  | 
            Appends the text.
            
 
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntaxvoid AppendText(
	string text,
	bool newLine = true
)
Parameters
- text
 - Type: SystemString
Text to append - newLine (Optional)
 - Type: SystemBoolean
Append as new line 
See Also