LogContextAppendLine Method |
Appends text to the log.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 12.0.0
Syntax public static void AppendLine(
string text,
string contextName = null
)
Parameters
- text
- Type: SystemString
Text to append - contextName (Optional)
- Type: SystemString
Context name
See Also