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