LogContextAppendText Method |
Appends the text.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax 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